diff --git a/testing/py3-ncclient/APKBUILD b/testing/py3-ncclient/APKBUILD index ea5bbd0b08239e988affeefb0a814287cec3a713..5e20af54d9e5bff87dce97ebdbfea93e6b2347f5 100644 --- a/testing/py3-ncclient/APKBUILD +++ b/testing/py3-ncclient/APKBUILD @@ -1,12 +1,13 @@ # Contributor: Leonardo Arena <rnalrd@alpinelinux.org> -# Maintainer: +# Maintainer: pkgname=py3-ncclient _pkgname=ncclient pkgver=0.6.6 pkgrel=1 pkgdesc="Library for NETCONF clients" url="https://github.com/ncclient/ncclient" -arch="noarch" +# NOTE(maxice8): All builders fail to fetch it +# arch="noarch" license="Apache-2.0" depends="py3-lxml py3-paramiko py3-setuptools py3-six" checkdepends="py3-mock py3-nose"