Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jan 2021 08:22:26 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r560967 - head/security/py-m2crypto
Message-ID:  <202101100822.10A8MQ6a018389@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101100822.10A8MQ6a018389>