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:
John Hixson 2019-02-01 16:41:28 +00:00
parent ee07b28c52
commit c9c619fa7c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491832

View File

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