Date: Fri, 11 Sep 2020 22:36:27 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r548263 - head/devel/py-python-bugzilla Message-ID: <202009112236.08BMaRBP098803@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009112236.08BMaRBP098803>