svn commit: r522871 - head/devel/py-http-prompt

Antoine Brodin antoine at FreeBSD.org
Mon Jan 13 09:47:27 UTC 2020


Author: antoine
Date: Mon Jan 13 09:47:26 2020
New Revision: 522871
URL: https://svnweb.freebsd.org/changeset/ports/522871

Log:
  Unbreak bulk -a after r522866

Modified:
  head/devel/py-http-prompt/Makefile

Modified: head/devel/py-http-prompt/Makefile
==============================================================================
--- head/devel/py-http-prompt/Makefile	Mon Jan 13 09:38:12 2020	(r522870)
+++ head/devel/py-http-prompt/Makefile	Mon Jan 13 09:47:26 2020	(r522871)
@@ -20,7 +20,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>=5.0:devel/p
 		${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}httpie>=0.9.2:www/py-httpie@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.6+
 USE_PYTHON=	autoplist distutils
 
 NO_ARCH=	yes


More information about the svn-ports-all mailing list