svn commit: r544039 - head/sysutils/py-glances

Antoine Brodin antoine at FreeBSD.org
Mon Aug 3 08:50:14 UTC 2020


Author: antoine
Date: Mon Aug  3 08:50:14 2020
New Revision: 544039
URL: https://svnweb.freebsd.org/changeset/ports/544039

Log:
  glances works fine with python 3.7 or 3.8

Modified:
  head/sysutils/py-glances/Makefile

Modified: head/sysutils/py-glances/Makefile
==============================================================================
--- head/sysutils/py-glances/Makefile	Mon Aug  3 08:34:51 2020	(r544038)
+++ head/sysutils/py-glances/Makefile	Mon Aug  3 08:50:14 2020	(r544039)
@@ -17,7 +17,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}psutil>=5.3.0:sysu
 		${PYTHON_PKGNAMEPREFIX}future>=0.15.2:devel/py-future@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}coverage>=0.15.2:devel/py-coverage@${PY_FLAVOR}
 
-USES=		python:-3.6
+USES=		python
 USE_PYTHON=	autoplist concurrent distutils
 USE_GITHUB=	yes
 


More information about the svn-ports-head mailing list