Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jan 2020 09:47:27 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r522871 - head/devel/py-http-prompt
Message-ID:  <202001130947.00D9lReO095843@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001130947.00D9lReO095843>