aboutsummaryrefslogtreecommitdiff
path: root/security/py-acme/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-02-24 16:14:44 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-02-24 16:14:44 +0000
commit2ecfe2ef59d5140e482658bcab472dda2a9291b6 (patch)
tree0cb206ce0350e8b614473c20e86ded69a5d5523f /security/py-acme/Makefile
parent0e539d97768df086589d230d70f9dd63c1f99b94 (diff)
downloadports-2ecfe2ef59d5140e482658bcab472dda2a9291b6.tar.gz
ports-2ecfe2ef59d5140e482658bcab472dda2a9291b6.zip
Remove py-setuptools from RUN_DEPENDS: it is already added by framework
Notes
Notes: svn path=/head/; revision=526995
Diffstat (limited to 'security/py-acme/Makefile')
-rw-r--r--security/py-acme/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/security/py-acme/Makefile b/security/py-acme/Makefile
index 1391aecc90e8..b3a1a5664bd2 100644
--- a/security/py-acme/Makefile
+++ b/security/py-acme/Makefile
@@ -21,7 +21,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=1.2.3:security/py-cryptography
${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.6.0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests-toolbelt>=0.3.0:www/py-requests-toolbelt@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}setuptools>=1.0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR}