svn commit: r560937 - head/devel/py-curtsies

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


Author: sunpoet
Date: Sun Jan 10 08:20:14 2021
New Revision: 560937
URL: https://svnweb.freebsd.org/changeset/ports/560937

Log:
  Clean up RUN_DEPENDS after r559531 (USES=python:3.6+)

Modified:
  head/devel/py-curtsies/Makefile

Modified: head/devel/py-curtsies/Makefile
==============================================================================
--- head/devel/py-curtsies/Makefile	Sun Jan 10 08:20:09 2021	(r560936)
+++ head/devel/py-curtsies/Makefile	Sun Jan 10 08:20:14 2021	(r560937)
@@ -14,7 +14,6 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}blessings>=1.5:devel/py-blessings@${PY_FLAVOR} \
-		${PY_TYPING} \
 		${PYTHON_PKGNAMEPREFIX}wcwidth>=0.1.4:devel/py-wcwidth@${PY_FLAVOR}
 
 USES=		python:3.6+


More information about the svn-ports-all mailing list