diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-08 05:33:36 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-08 05:33:36 -0300 |
commit | cfee5e41793f6a414bae3a98eb3f57e764142ecb (patch) | |
tree | a876f337dea42704ba81589bcc9e2dfee750e3cf /testing/py3-ncclient | |
parent | c92d343ce94b84b22d86365bbea89e6e4f038528 (diff) | |
download | aports-cfee5e41793f6a414bae3a98eb3f57e764142ecb.tar.bz2 aports-cfee5e41793f6a414bae3a98eb3f57e764142ecb.tar.xz |
testing/py3-ncclient: disable
Diffstat (limited to 'testing/py3-ncclient')
-rw-r--r-- | testing/py3-ncclient/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/py3-ncclient/APKBUILD b/testing/py3-ncclient/APKBUILD index ea5bbd0b08..5e20af54d9 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" |