diff options
| author | David Florness <david@florness.com> | 2020-03-18 19:59:20 -0600 |
|---|---|---|
| committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2020-03-19 06:25:32 +0000 |
| commit | a72a9ffc7a0739a69822f08ad638072a400e9b27 (patch) | |
| tree | 5c7bca759bc2973a4086926daf1ab357c492c33c /testing/py3-zeroconf | |
| parent | d4736e5d3476be55f557d3a350167853939b4bd8 (diff) | |
| download | aports-a72a9ffc7a0739a69822f08ad638072a400e9b27.tar.bz2 aports-a72a9ffc7a0739a69822f08ad638072a400e9b27.tar.xz | |
testing/py3-zeroconf: ifaddr is a dependency
ifaddr is a dependency for zeroconf:
https://github.com/jstasiak/python-zeroconf/blob/8e3adf8300a6f2b0bc0dcc4cde54d8890e0727e9/setup.py#L46
Diffstat (limited to 'testing/py3-zeroconf')
| -rw-r--r-- | testing/py3-zeroconf/APKBUILD | 2 |
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 |
