svn commit: r548263 - head/devel/py-python-bugzilla
Mark Linimon
linimon at FreeBSD.org
Fri Sep 11 22:36:28 UTC 2020
Author: linimon
Date: Fri Sep 11 22:36:27 2020
New Revision: 548263
URL: https://svnweb.freebsd.org/changeset/ports/548263
Log:
Restrict to python3 due to new failure on python2.7:
running build
Didn't find rst2man or rst2man.py
*** Error code 1
Modified:
head/devel/py-python-bugzilla/Makefile
Modified: head/devel/py-python-bugzilla/Makefile
==============================================================================
--- head/devel/py-python-bugzilla/Makefile Fri Sep 11 21:54:26 2020 (r548262)
+++ head/devel/py-python-bugzilla/Makefile Fri Sep 11 22:36:27 2020 (r548263)
@@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0:textproc/py-docutils@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR}
-USES= python
+USES= python:3.5+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
More information about the svn-ports-head
mailing list