diff options
author | koobs <koobs@FreeBSD.org> | 2017-09-25 17:22:14 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2017-09-25 17:22:14 +0800 |
commit | a8d2a3c65243ecaf32abd4e51a87bd06e6cddedb (patch) | |
tree | ae0fd43a9bbf81322ebfd2c326e83729bd8fe0b7 | |
parent | b19d5236d13fed94d7f0cb3b53c7f78d1e6898d9 (diff) | |
download | freebsd-ports-gnome-a8d2a3c65243ecaf32abd4e51a87bd06e6cddedb.tar.gz freebsd-ports-gnome-a8d2a3c65243ecaf32abd4e51a87bd06e6cddedb.tar.zst freebsd-ports-gnome-a8d2a3c65243ecaf32abd4e51a87bd06e6cddedb.zip |
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 <yasu utahime org> [1]
Approved by: portmgr (blanket)
-rw-r--r-- | security/py-openssl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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: |