Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jan 2021 08:22:00 +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: r560961 - head/net-mgmt/py-msrest
Message-ID:  <202101100822.10A8M09x017775@repo.freebsd.org>

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



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