aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2020-04-01 06:45:31 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2020-04-01 06:45:31 +0000
commit07ddf2a22c2c050d06a0c504d4d6a32fcf670aa5 (patch)
tree8061b673c2d0241a6f21890cc5a7e761a6868785 /net
parent6063a26640935899c2c1eda47ca3848e542f3e33 (diff)
downloadports-07ddf2a22c2c050d06a0c504d4d6a32fcf670aa5.tar.gz
ports-07ddf2a22c2c050d06a0c504d4d6a32fcf670aa5.zip
py-eventlet does not depend on py-enum-compat
Notes
Notes: svn path=/head/; revision=530199
Diffstat (limited to 'net')
-rw-r--r--net/py-eventlet/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/py-eventlet/Makefile b/net/py-eventlet/Makefile
index 714da074ee51..ecefe6ea1e3f 100644
--- a/net/py-eventlet/Makefile
+++ b/net/py-eventlet/Makefile
@@ -3,6 +3,7 @@
PORTNAME= eventlet
PORTVERSION= 0.22.0
+PORTREVISION= 1
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +14,6 @@ COMMENT= Concurrent networking library for Python
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}greenlet>=0.3:devel/py-greenlet@${PY_FLAVOR} \
- ${PY_ENUM_COMPAT} \
${PY_ENUM34}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR}