diff options
Diffstat (limited to 'security/py-httpx-auth/Makefile')
-rw-r--r-- | security/py-httpx-auth/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-httpx-auth/Makefile b/security/py-httpx-auth/Makefile index d74c1c379d9d..fd85ba9dee89 100644 --- a/security/py-httpx-auth/Makefile +++ b/security/py-httpx-auth/Makefile @@ -13,7 +13,7 @@ WWW= https://colin-b.github.io/httpx_auth/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpx>=0.24.0<0.25:www/py-httpx@${PY_FLAVOR} |