git: ebebd2fa00c8 - main - net-mgmt/py-napalm: Limit Python versions
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 Nov 2021 06:59:21 UTC
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=ebebd2fa00c88a955144efc8f7fab3898579beb1 commit ebebd2fa00c88a955144efc8f7fab3898579beb1 Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2021-11-03 06:43:41 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2021-11-03 06:43:41 +0000 net-mgmt/py-napalm: Limit Python versions * Prepare the port by limiting the Python version to 3.7+ for the imminent update of net-mgmt/py-ciscoconfparse which also require this. --- net-mgmt/py-napalm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-mgmt/py-napalm/Makefile b/net-mgmt/py-napalm/Makefile index 0932a1e555a3..c0bbc2cff516 100644 --- a/net-mgmt/py-napalm/Makefile +++ b/net-mgmt/py-napalm/Makefile @@ -28,7 +28,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.6.4:devel/py-pytest@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}mock>=2.0.0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ddt>=1.2.0:devel/py-ddt@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= distutils concurrent autoplist USE_GITHUB= yes GH_ACCOUNT= napalm-automation