diff --git a/devel/py-setuptools_git/Makefile b/devel/py-setuptools_git/Makefile index cdd1e48e3ef..7650cc9c58a 100644 --- a/devel/py-setuptools_git/Makefile +++ b/devel/py-setuptools_git/Makefile @@ -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?= diff --git a/devel/py-setuptools_trial/Makefile b/devel/py-setuptools_trial/Makefile index d536b9ee54f..a108c2e41e0 100644 --- a/devel/py-setuptools_trial/Makefile +++ b/devel/py-setuptools_trial/Makefile @@ -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