1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

py-eventlet does not depend on py-enum-compat

This commit is contained in:
Antoine Brodin 2020-04-01 06:45:31 +00:00
parent 6063a26640
commit 07ddf2a22c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=530199

View File

@ -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}