diff options
Diffstat (limited to 'testing/py-ncclient/APKBUILD')
-rw-r--r-- | testing/py-ncclient/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-ncclient/APKBUILD b/testing/py-ncclient/APKBUILD index a399a917d7..2dc93429b0 100644 --- a/testing/py-ncclient/APKBUILD +++ b/testing/py-ncclient/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="Library for NETCONF clients" url="https://github.com/tomchristie/itypes" arch="noarch" -license="Apache2" +license="Apache-2.0" depends="py-paramiko py-lxml py-six" makedepends="python2-dev python3-dev py-setuptools" subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3" |