net/py-zeroconf: update dependencies
- Starting with release 0.21.3, due to a bug, py-zeroconf has changed
from using the netifaces module to using ifaddr, see
7c0500ee19 (diff-2eeaed663bd0d25b7e608891384b7298)
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19014
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= zeroconf
|
||||
PORTVERSION= 0.21.3
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
@@ -12,7 +13,7 @@ COMMENT= Pure python implementation of multicast DNS service discovery
|
||||
LICENSE= LGPL21+
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}netifaces>=0.10.6:net/py-netifaces@${PY_FLAVOR}
|
||||
${PYTHON_PKGNAMEPREFIX}ifaddr>=0.1.6:net/py-ifaddr@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.5+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
Reference in New Issue
Block a user