svn commit: r560961 - head/net-mgmt/py-msrest
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jan 10 08:22:07 UTC 2021
Author: sunpoet
Date: Sun Jan 10 08:22:00 2021
New Revision: 560961
URL: https://svnweb.freebsd.org/changeset/ports/560961
Log:
Clean up RUN_DEPENDS after r559531 (USES=python:3.6+)
Modified:
head/net-mgmt/py-msrest/Makefile
Modified: head/net-mgmt/py-msrest/Makefile
==============================================================================
--- head/net-mgmt/py-msrest/Makefile Sun Jan 10 08:21:56 2021 (r560960)
+++ head/net-mgmt/py-msrest/Makefile Sun Jan 10 08:22:00 2021 (r560961)
@@ -13,11 +13,9 @@ COMMENT= AutoRest swagger generator Python client runt
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=2017.4.17:security/py-certifi@${PY_FLAVOR} \
- ${PY_ENUM34} \
${PYTHON_PKGNAMEPREFIX}isodate>=0.6.0:devel/py-isodate@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.16:www/py-requests@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0.5.0:www/py-requests-oauthlib@${PY_FLAVOR} \
- ${PY_TYPING}
+ ${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0.5.0:www/py-requests-oauthlib@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
More information about the svn-ports-all
mailing list