Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Apr 2020 07:43:41 +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: r531407 - head/net/py-python-designateclient
Message-ID:  <202004110743.03B7hf2u074302@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Apr 11 07:43:41 2020
New Revision: 531407
URL: https://svnweb.freebsd.org/changeset/ports/531407

Log:
  Unbreak bulk -a
  
  Pointy hat:	sunpoet

Modified:
  head/net/py-python-designateclient/Makefile

Modified: head/net/py-python-designateclient/Makefile
==============================================================================
--- head/net/py-python-designateclient/Makefile	Sat Apr 11 07:17:38 2020	(r531406)
+++ head/net/py-python-designateclient/Makefile	Sat Apr 11 07:43:41 2020	(r531407)
@@ -26,7 +26,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cliff>=2.8.0:devel
 		${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}stevedore>=1.20.0:devel/py-stevedore@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes



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