diff options
Diffstat (limited to 'devel/py-cwcwidth/Makefile')
-rw-r--r-- | devel/py-cwcwidth/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-cwcwidth/Makefile b/devel/py-cwcwidth/Makefile index b9cd2e7a9b02..abe51f4e2479 100644 --- a/devel/py-cwcwidth/Makefile +++ b/devel/py-cwcwidth/Makefile @@ -12,7 +12,7 @@ WWW= https://github.com/sebastinas/cwcwidth LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=43:devel/py-setuptools@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} USES= python |