Update RUN_DEPENDS as per PR 235728 (thanks to kai for the heads up).
PR: 235728 Reported by: kai Approved by: Martin Jackson (maintainer), ler (mentor, implicit)
This commit is contained in:
parent
aedd927a0f
commit
7e52c2520c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=494306
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= pysnmp
|
||||
PORTVERSION= 4.4.9
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-mgmt python
|
||||
MASTER_SITES= CHEESESHOP \
|
||||
SF/pysnmp/pysnmp/${PORTVERSION}
|
||||
@ -13,8 +14,9 @@ COMMENT= SNMP framework for Python
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.2:devel/py-pyasn1@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pycrypto>=2.4.1:security/py-pycrypto@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.2.3:devel/py-pyasn1@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pycryptodomex>=0:security/py-pycryptodomex@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pysmi>=0:net-mgmt/py-pysmi@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
Loading…
Reference in New Issue
Block a user