Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jan 2021 08:20:14 +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: r560937 - head/devel/py-curtsies
Message-ID:  <202101100820.10A8KEe5010846@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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+



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101100820.10A8KEe5010846>