added missing libraries

This commit is contained in:
purplerain 2023-09-10 02:33:02 +00:00
parent c4fd9c839f
commit 4ad144d5f1
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
3 changed files with 10 additions and 8 deletions

View file

@ -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} \