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.
This commit is contained in:
Kai Knoblich
2021-11-03 07:43:41 +01:00
parent aea6528e3c
commit ebebd2fa00

View File

@@ -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