Date: Sun, 10 Jan 2021 08:20:55 +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: r560946 - head/devel/py-promise Message-ID: <202101100820.10A8KtfU011743@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Jan 10 08:20:54 2021 New Revision: 560946 URL: https://svnweb.freebsd.org/changeset/ports/560946 Log: Clean up RUN_DEPENDS after r559531 (USES=python:3.6+) Modified: head/devel/py-promise/Makefile Modified: head/devel/py-promise/Makefile ============================================================================== --- head/devel/py-promise/Makefile Sun Jan 10 08:20:50 2021 (r560945) +++ head/devel/py-promise/Makefile Sun Jan 10 08:20:54 2021 (r560946) @@ -13,8 +13,7 @@ COMMENT= Promises/A+ implementation for Python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \ - ${PY_TYPING} +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?202101100820.10A8KtfU011743>