summaryrefslogtreecommitdiff
path: root/user/py3-ncclient
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2022-04-23 06:32:40 +0000
committerZach van Rijn <me@zv.io>2022-10-21 18:33:58 -0500
commit7753070845792e4980acf25a5af58b7bcf3090e4 (patch)
treeb6a2b4e1a83d006f12ead4900e5d9813cf5a2b6b /user/py3-ncclient
parente64a9a404d06938419b92a3e1bd18cdbdb86c315 (diff)
downloadpackages-7753070845792e4980acf25a5af58b7bcf3090e4.tar.gz
packages-7753070845792e4980acf25a5af58b7bcf3090e4.tar.bz2
packages-7753070845792e4980acf25a5af58b7bcf3090e4.tar.xz
packages-7753070845792e4980acf25a5af58b7bcf3090e4.zip
user/py3-ncclient: add missing checkdepends. fixes #591, #592.
Diffstat (limited to 'user/py3-ncclient')
-rw-r--r--user/py3-ncclient/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/py3-ncclient/APKBUILD b/user/py3-ncclient/APKBUILD
index 5131a4137..1322f9e2f 100644
--- a/user/py3-ncclient/APKBUILD
+++ b/user/py3-ncclient/APKBUILD
@@ -11,7 +11,7 @@ url="https://pypi.org/project/ncclient/"
arch="noarch"
license="Apache-2.0"
depends="python3 py3-lxml py3-paramiko"
-checkdepends="py3-pytest py3-mock"
+checkdepends="py3-pytest py3-mock py3-iniconfig py3-toml"
makedepends="libxml2-dev libxslt-dev"
subpackages=""
source="https://files.pythonhosted.org/packages/source/$_p/$_pkgname/$_pkgname-$pkgver.tar.gz