diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-05-31 10:00:20 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-05-31 10:00:20 +0000 |
commit | d8cff3e56b7f1643862133f4ce38dc516f62538b (patch) | |
tree | 24f5a9e916ed070890d7d4919c8341a505a53d3b /net-mgmt/py-msrest | |
parent | fd68fbf5c0053862a60f5058ab2af059acae2755 (diff) |
Notes
Diffstat (limited to 'net-mgmt/py-msrest')
-rw-r--r-- | net-mgmt/py-msrest/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/net-mgmt/py-msrest/Makefile b/net-mgmt/py-msrest/Makefile index 840b173919ff..5fea281ce520 100644 --- a/net-mgmt/py-msrest/Makefile +++ b/net-mgmt/py-msrest/Makefile @@ -16,17 +16,12 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=2017.4.17:security/py-certifi@${PY_ ${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} + ${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0.5.0:www/py-requests-oauthlib@${PY_FLAVOR} \ + ${PY_TYPING} USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} < 3500 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing>=0:devel/py-typing@${PY_FLAVOR} -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |