svn commit: r526996 - head/security/py-certbot

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Feb 24 16:14:52 UTC 2020


Author: sunpoet
Date: Mon Feb 24 16:14:49 2020
New Revision: 526996
URL: https://svnweb.freebsd.org/changeset/ports/526996

Log:
  Remove py-setuptools from RUN_DEPENDS: it is already added by framework

Modified:
  head/security/py-certbot/Makefile

Modified: head/security/py-certbot/Makefile
==============================================================================
--- head/security/py-certbot/Makefile	Mon Feb 24 16:14:44 2020	(r526995)
+++ head/security/py-certbot/Makefile	Mon Feb 24 16:14:49 2020	(r526996)
@@ -24,7 +24,6 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSI
 		${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyrfc3339>0:devel/py-pyrfc3339@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}setuptools>=1.0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}zope.component>0:devel/py-zope.component@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR}


More information about the svn-ports-all mailing list