From d8054e80b065e320d7e4bcedaeb7b0f16c155234 Mon Sep 17 00:00:00 2001 From: Kubilay Kocak Date: Mon, 25 Sep 2017 09:22:14 +0000 Subject: security/py-openssl: Fix RUN_DEPENDS - Fix RUN_DEPENDS minimum version of cryptography to match that in setup.py [1] - Remove EXAMPLESDIR, already set and noop'd by USE_PYTHON=concurrent PR: 222520 [1] Submitted by: Yasuhiro KIMURA [1] Approved by: portmgr (blanket) --- security/py-openssl/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'security/py-openssl') diff --git a/security/py-openssl/Makefile b/security/py-openssl/Makefile index c587334d8fea..adf25adfd140 100644 --- a/security/py-openssl/Makefile +++ b/security/py-openssl/Makefile @@ -14,7 +14,7 @@ COMMENT= Python interface to the OpenSSL library LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}cryptography>=0.2.1:security/py-cryptography \ +RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}cryptography>1.9:security/py-cryptography \ ${PYTHON_PKGNAMEPREFIX}six>=1.5.2:devel/py-six OPTIONS_DEFINE= EXAMPLES @@ -25,7 +25,6 @@ USE_PYTHON= autoplist concurrent distutils pythonprefix CPE_VENDOR= jean-paul_calderone CPE_PRODUCT= py${PORTNAME} -EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} PORTEXAMPLES= * post-install: -- cgit v1.2.3