Skip to content

Commit

Permalink
security/py-argon2-cffi-bindings: Remove PY_SETUPTOOLS
Browse files Browse the repository at this point in the history
py-setuptools should be used rather than PY_SETUPTOOLS
  • Loading branch information
sunpoet committed Apr 8, 2024
1 parent fe85ff8 commit 1f37153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security/py-argon2-cffi-bindings/Makefile
Expand Up @@ -13,7 +13,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.1:devel/py-cffi@${PY_FLAVOR} \
${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}setuptools>=45:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=6.2:devel/py-setuptools-scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
LIB_DEPENDS= libargon2.so:security/libargon2
Expand Down

0 comments on commit 1f37153

Please sign in to comment.