diff options
Diffstat (limited to 'testing/py3-ncclient/APKBUILD')
-rw-r--r-- | testing/py3-ncclient/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-ncclient/APKBUILD b/testing/py3-ncclient/APKBUILD index 04a4b46c0e..ea5bbd0b08 100644 --- a/testing/py3-ncclient/APKBUILD +++ b/testing/py3-ncclient/APKBUILD @@ -6,7 +6,7 @@ pkgver=0.6.6 pkgrel=1 pkgdesc="Library for NETCONF clients" url="https://github.com/ncclient/ncclient" -# arch="noarch" # NOTE(leo): All builders fail to fetch the tarball, works locally +arch="noarch" license="Apache-2.0" depends="py3-lxml py3-paramiko py3-setuptools py3-six" checkdepends="py3-mock py3-nose" |