aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-zeroconf/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-zeroconf/APKBUILD')
-rw-r--r--testing/py3-zeroconf/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-zeroconf/APKBUILD b/testing/py3-zeroconf/APKBUILD
index d04514a3d4..b6186a662d 100644
--- a/testing/py3-zeroconf/APKBUILD
+++ b/testing/py3-zeroconf/APKBUILD
@@ -12,7 +12,7 @@ license="LGPL-2.0-or-later"
replaces="py-zeroconf" # for backwards compatibility
provides="py-zeroconf=$pkgver-r$pkgrel" # for backwards compatibility
options="!check"
-depends="py3-six py3-netifaces"
+depends="python3 py3-six py3-netifaces py3-ifaddr"
makedepends="py3-setuptools python3-dev"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver