diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-08 02:01:38 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-08 02:01:38 -0300 |
commit | d3d0a45bc5f6520282478eee8e8178e3ff8a85ce (patch) | |
tree | e9e104918ee54d5cada7c76274b1001545b21feb /testing/py3-ncclient | |
parent | c6bc01a2f2c9f1c1a38741cc5b98761543fd3f30 (diff) | |
download | aports-d3d0a45bc5f6520282478eee8e8178e3ff8a85ce.tar.bz2 aports-d3d0a45bc5f6520282478eee8e8178e3ff8a85ce.tar.xz |
testing/py3-ncclient: re-enable
Diffstat (limited to 'testing/py3-ncclient')
-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" |