svn commit: r560967 - head/security/py-m2crypto

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 10 08:22:32 UTC 2021


Author: sunpoet
Date: Sun Jan 10 08:22:26 2021
New Revision: 560967
URL: https://svnweb.freebsd.org/changeset/ports/560967

Log:
  Clean up RUN_DEPENDS after r559531 (USES=python:3.6+)

Modified:
  head/security/py-m2crypto/Makefile

Modified: head/security/py-m2crypto/Makefile
==============================================================================
--- head/security/py-m2crypto/Makefile	Sun Jan 10 08:22:22 2021	(r560966)
+++ head/security/py-m2crypto/Makefile	Sun Jan 10 08:22:26 2021	(r560967)
@@ -15,8 +15,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENCE
 
 BUILD_DEPENDS=	swig>=2.0.4:devel/swig
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}parameterized>=0:devel/py-parameterized@${PY_FLAVOR} \
-		${PY_TYPING}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}parameterized>=0:devel/py-parameterized@${PY_FLAVOR}
 
 USES=		python:3.6+ ssl
 USE_PYTHON=	autoplist concurrent distutils


More information about the svn-ports-all mailing list