added missing libraries
This commit is contained in:
parent
c4fd9c839f
commit
4ad144d5f1
3 changed files with 10 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
COMMENT= modern, extensible Python build backend used by Hatch
|
||||
COMMENT= extensible Python build backend
|
||||
|
||||
MODPY_EGG_VERSION= 1.18.0
|
||||
|
||||
|
@ -7,7 +7,6 @@ PKGNAME= py-${DISTNAME}
|
|||
|
||||
CATEGORIES= devel
|
||||
|
||||
# https://github.com/pypa/hatch
|
||||
HOMEPAGE= https://hatch.pypa.io/
|
||||
|
||||
# MIT
|
||||
|
@ -21,8 +20,8 @@ NO_TEST= Yes
|
|||
FLAVORS= python3
|
||||
FLAVOR= python3
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= devel/py-editables${MODPY_FLAVOR} \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||
devel/py-editables${MODPY_FLAVOR} \
|
||||
devel/py-pathspec${MODPY_FLAVOR} \
|
||||
devel/py-pluggy${MODPY_FLAVOR} \
|
||||
devel/py-trove-classifiers${MODPY_FLAVOR} \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue