Date: Sat, 24 Aug 2019 08:28:22 +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: r509714 - head/security/py-keystone Message-ID: <201908240828.x7O8SMjp077749@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Aug 24 08:28:22 2019 New Revision: 509714 URL: https://svnweb.freebsd.org/changeset/ports/509714 Log: Unbreak bulk -a Pointy hat: amdmi3 Modified: head/security/py-keystone/Makefile Modified: head/security/py-keystone/Makefile ============================================================================== --- head/security/py-keystone/Makefile Sat Aug 24 08:18:29 2019 (r509713) +++ head/security/py-keystone/Makefile Sat Aug 24 08:28:22 2019 (r509714) @@ -51,7 +51,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/p ${PYTHON_PKGNAMEPREFIX}osprofiler>=1.4.0:devel/py-osprofiler@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=2013.6:devel/py-pytz@${PY_FLAVOR} -USES= python +USES= python:3.4+ USE_PYTHON= autoplist distutils NO_ARCH= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908240828.x7O8SMjp077749>