Date: Wed, 15 Jan 2020 14:21:03 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r523114 - head/security/py-service_identity Message-ID: <202001151421.00FEL3sK006501@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Wed Jan 15 14:21:03 2020 New Revision: 523114 URL: https://svnweb.freebsd.org/changeset/ports/523114 Log: Cleanup depends Modified: head/security/py-service_identity/Makefile Modified: head/security/py-service_identity/Makefile ============================================================================== --- head/security/py-service_identity/Makefile Wed Jan 15 14:08:00 2020 (r523113) +++ head/security/py-service_identity/Makefile Wed Jan 15 14:21:03 2020 (r523114) @@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=16.0.0:devel/py-attrs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cryptography>=0:security/py-cryptography@${PY_FLAVOR} \ + ${PY_IPADDRESS} \ ${PYTHON_PKGNAMEPREFIX}pyasn1-modules>=0:devel/py-pyasn1-modules@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyasn1>=0:devel/py-pyasn1@${PY_FLAVOR} @@ -23,10 +24,4 @@ USE_PYTHON= autoplist distutils NO_ARCH= yes -.include <bsd.port.pre.mk> - -.if ${PYTHON_VER} < 3.3 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}ipaddress>=0:net/py-ipaddress@${PY_FLAVOR} -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001151421.00FEL3sK006501>