svn commit: r560932 - head/devel/py-absl-py

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 10 08:19:56 UTC 2021


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


More information about the svn-ports-all mailing list