diff --git a/extra/net-snmp/PKGBUILD b/extra/net-snmp/PKGBUILD index 52f31ff42..612477c0e 100644 --- a/extra/net-snmp/PKGBUILD +++ b/extra/net-snmp/PKGBUILD @@ -7,13 +7,13 @@ pkgname=net-snmp pkgver=5.7.2 -pkgrel=7.1 +pkgrel=8 pkgdesc="A suite of applications used to implement SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6" arch=('i686' 'x86_64') url="http://www.net-snmp.org/" license=('BSD') depends=('openssl' 'libnl' 'pciutils') -makedepends=('python2-distribute') +makedepends=('python2-setuptools') optdepends=('perl-term-readkey: for snmpcheck application' 'perl-tk: for snmpcheck and tkmib applications' 'python2: for the python modules')