Date: Sun, 10 Jan 2021 08:19:52 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r560932 - head/devel/py-absl-py Message-ID: <202101100819.10A8Jqmb010333@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Jan 10 08:19:51 2021 New Revision: 560932 URL: https://svnweb.freebsd.org/changeset/ports/560932 Log: Clean up RUN_DEPENDS after r559531 (USES=python:3.6+) Modified: head/devel/py-absl-py/Makefile Modified: head/devel/py-absl-py/Makefile ============================================================================== --- head/devel/py-absl-py/Makefile Sun Jan 10 08:19:47 2021 (r560931) +++ head/devel/py-absl-py/Makefile Sun Jan 10 08:19:51 2021 (r560932) @@ -13,8 +13,7 @@ COMMENT= Abseil Python Common Libraries LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PY_ENUM34} \ - ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101100819.10A8Jqmb010333>