summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Borders2019-11-16 16:00:25 -0500
committerMichael Borders2019-11-16 16:00:25 -0500
commit0a203e78f218b2f81ae7fa415d22b139059f82e0 (patch)
tree9c4d7c029aab1be3d4e7449eb19fb2bbdb364040 /PKGBUILD
parenteafdb9874964e8c3913203703460fd1b1b31eaf5 (diff)
downloadaur-0a203e78f218b2f81ae7fa415d22b139059f82e0.tar.gz
Fixed missing depedency
Apparently I missed ciscoconfparse
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9002459670df..c86b50c30d89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Network Automation and Programmability Abstraction Layer with Multivend
arch=('any')
url="https://github.com/napalm-automation/napalm"
license=('Apache')
-depends=('python' 'python-cffi' 'python-paramiko' 'python-future' 'python-textfsm' 'python-jinja' 'python-netaddr' 'python-pyaml' 'python-netmiko' 'python-junos-eznc' 'python-scp' 'python-lxml')
+depends=('python' 'python-cffi' 'python-paramiko' 'python-future' 'python-textfsm' 'python-jinja' 'python-netaddr' 'python-pyaml' 'python-netmiko' 'python-junos-eznc' 'python-scp' 'python-lxml' 'ciscoconfparse')
optdepends=()
makedepends=('python-setuptools')
source=("${url}/archive/${pkgver}.tar.gz")