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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user