summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPierre LALET2017-01-24 22:25:47 +0100
committeranthraxx2017-07-17 19:18:27 +0200
commit2f04619c195370caca936bf37bdd4bdf17cc1684 (patch)
treedf484d6dae4e485aad015445ddf5e5f9782a4496 /PKGBUILD
parent3d0d8c971df4724c1b6eb6102af85eb055a1d3ab (diff)
downloadaur-2f04619c195370caca936bf37bdd4bdf17cc1684.tar.gz
scapy: [PATCH 1/3] Update dependency list
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9869b2f1279c..844c6672795a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,14 +8,14 @@ pkgver=2.3.2.1634.94953c1
pkgrel=1
pkgdesc="A powerful interactive packet manipulation program written in Python"
url="http://www.secdev.org/projects/scapy/"
-depends=('tcpdump' 'python2' )
-optdepends=('python2-crypto: WEP decryption support'
+depends=('tcpdump' 'python2')
+optdepends=('python2-cryptography: WEP, IPsec and SSL/TLS support'
'python2-pyx: psdump() and pdfdump() functions'
- 'python2-gnuplot: plotting support'
+ 'python2-matplotlib: plotting support'
'graphviz: conversations() method support'
'sox: for VOIP support')
makedepends=('git')
-checkdepends=('python2-crypto' 'python2-pyx' 'python2-gnuplot' 'graphviz' 'sox')
+checkdepends=('python2-cryptography' 'python2-pyx' 'python2-matplotlib' 'graphviz' 'sox')
arch=('any')
license=('GPL2')
provides=('scapy')