svn commit: r549399 - head/devel/py-pyvisa-py

Antoine Brodin antoine at FreeBSD.org
Sun Sep 20 22:08:55 UTC 2020


Author: antoine
Date: Sun Sep 20 22:08:54 2020
New Revision: 549399
URL: https://svnweb.freebsd.org/changeset/ports/549399

Log:
  Unbreak bulk -a

Modified:
  head/devel/py-pyvisa-py/Makefile

Modified: head/devel/py-pyvisa-py/Makefile
==============================================================================
--- head/devel/py-pyvisa-py/Makefile	Sun Sep 20 21:36:16 2020	(r549398)
+++ head/devel/py-pyvisa-py/Makefile	Sun Sep 20 22:08:54 2020	(r549399)
@@ -17,7 +17,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes


More information about the svn-ports-all mailing list