diff options
author | rene <rene@FreeBSD.org> | 2017-09-03 18:28:00 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2017-09-03 18:28:00 +0800 |
commit | d79640e06ee5c31b111cd019d92f75c9be50349c (patch) | |
tree | faf225e9aa0ac1085ddfa4fb76067e95593976c2 /security | |
parent | d17a217980e49e507249436aac9ba95b3fa119e7 (diff) | |
download | freebsd-ports-gnome-d79640e06ee5c31b111cd019d92f75c9be50349c.tar.gz freebsd-ports-gnome-d79640e06ee5c31b111cd019d92f75c9be50349c.tar.zst freebsd-ports-gnome-d79640e06ee5c31b111cd019d92f75c9be50349c.zip |
security/py-cryptography: remove support for expired Python 3.3
Diffstat (limited to 'security')
-rw-r--r-- | security/py-cryptography/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/security/py-cryptography/Makefile b/security/py-cryptography/Makefile index 860ebb52b63c..1281b868ac4e 100644 --- a/security/py-cryptography/Makefile +++ b/security/py-cryptography/Makefile @@ -35,8 +35,6 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}ipaddress>0:net/py-ipaddress .if ${PYTHON_REL} < 3300 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}enum34>0:devel/py-enum34 -.elif ${PYTHON_REL} < 3400 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}enum34>0:devel/py3-enum34 .endif post-install: |