diff options
Diffstat (limited to 'devel/py-cogapp/Makefile')
-rw-r--r-- | devel/py-cogapp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-cogapp/Makefile b/devel/py-cogapp/Makefile index a07e281354cb..a2247535ffcc 100644 --- a/devel/py-cogapp/Makefile +++ b/devel/py-cogapp/Makefile @@ -11,7 +11,8 @@ WWW= https://cog.readthedocs.io/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= ${PY_SETUPTOOLS} +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}build>0:devel/py-build@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}check-manifest>0:devel/py-check-manifest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR} \ |