aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-05-13 23:44:31 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-05-13 23:44:31 +0000
commite187a1ba82d0e5ab416d6d6ad6a1d9ae43b99632 (patch)
tree6f33f1bee3cea7612a1d055e1d681ff0b0cd570a /devel
parentf6f67d0c157bd78bdf51152597e2f3ba4ea03ac7 (diff)
downloadports-e187a1ba82d0e5ab416d6d6ad6a1d9ae43b99632.tar.gz
ports-e187a1ba82d0e5ab416d6d6ad6a1d9ae43b99632.zip
Revert unintentional USES=python change in r501471
Notes
Notes: svn path=/head/; revision=501600
Diffstat (limited to 'devel')
-rw-r--r--devel/py-marshmallow/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-marshmallow/Makefile b/devel/py-marshmallow/Makefile
index 41d9518a80b3..6c9b637e8247 100644
--- a/devel/py-marshmallow/Makefile
+++ b/devel/py-marshmallow/Makefile
@@ -16,8 +16,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=2.7.0:devel/py-dateutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}simplejson>=0:devel/py-simplejson@${PY_FLAVOR}
-USES= python:3.5+
-USE_PYTHON= autoplist distutils
+USES= python
+USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes