add RDEPs on py-setuptools

This commit is contained in:
sthen 2022-11-28 13:37:48 +00:00
parent a90e05b34c
commit 78b08107c2
2 changed files with 7 additions and 3 deletions

View File

@ -3,7 +3,7 @@ COMMENT= setuptools revision control system plugin for Git
MODPY_EGG_VERSION= 1.2
DISTNAME= setuptools-git-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
REVISION= 5
REVISION= 6
CATEGORIES= devel
@ -15,6 +15,8 @@ MODULES= lang/python
MODPY_PI= Yes
MODPY_SETUPTOOLS= Yes
RUN_DEPENDS= devel/py-setuptools${MODPY_FLAVOR}
FLAVORS= python3
FLAVOR?=

View File

@ -1,9 +1,9 @@
COMMENT= setuptools plugin for unit tests with trial
COMMENT= setuptools plugin for unit tests with Twisted's trial
MODPY_EGG_VERSION= 0.6.0
DISTNAME= setuptools_trial-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
REVISION= 7
REVISION= 8
CATEGORIES= devel
@ -15,6 +15,8 @@ MODULES= lang/python
MODPY_PI= Yes
MODPY_PYBUILD= setuptools
RUN_DEPENDS = devel/py-setuptools${MODPY_FLAVOR}
# lots of pytest modules
NO_TEST= Yes