svn commit: r560980 - head/www/py-python-dotenv
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jan 10 08:23:42 UTC 2021
Author: sunpoet
Date: Sun Jan 10 08:23:36 2021
New Revision: 560980
URL: https://svnweb.freebsd.org/changeset/ports/560980
Log:
Clean up RUN_DEPENDS after r559531 (USES=python:3.6+)
Modified:
head/www/py-python-dotenv/Makefile
Modified: head/www/py-python-dotenv/Makefile
==============================================================================
--- head/www/py-python-dotenv/Makefile Sun Jan 10 08:23:32 2021 (r560979)
+++ head/www/py-python-dotenv/Makefile Sun Jan 10 08:23:36 2021 (r560980)
@@ -13,8 +13,6 @@ COMMENT= Add .env support to your django/flask apps
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PY_TYPING}
-
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
More information about the svn-ports-all
mailing list