summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre LALET2019-03-13 10:58:10 +0100
committerPierre LALET2019-03-13 10:58:10 +0100
commitbfc5d1d35cea01aa7b57b48fddb057154c10eeac (patch)
tree9812281338ddd1d3313d8f3fad32cf2f165d1928
parent68f0e1a1559665c9f2ede30eab500254eb7ea56a (diff)
downloadaur-bfc5d1d35cea01aa7b57b48fddb057154c10eeac.tar.gz
Switch to python-pycryptodome
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 870facdc8bcd..e2473df1d8cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -46,7 +46,7 @@ pkgname = python-ivre
optdepends = python-psycopg2: experimental PostgreSQL backend
optdepends = python-pillow: trim screenshots on insertion
optdepends = tesseract: extract words from screenshots on insertion
- optdepends = python-crypto: extract data from public keys ("ivre getmoduli")
+ optdepends = python-pycryptodome: extract data from public keys ("ivre getmoduli")
optdepends = python-scapy: parse PCAP files for ARP inspection (flow analysis)
optdepends = python-matplotlib: create graphs from command line tools
optdepends = python-dbus: 3D traceroute graphs
@@ -64,7 +64,7 @@ pkgname = python2-ivre
optdepends = python2-psycopg2: experimental PostgreSQL backend
optdepends = python2-pillow: trim screenshots on insertion
optdepends = tesseract: extract words from screenshots on insertion
- optdepends = python2-crypto: extract data from public keys ("ivre getmoduli")
+ optdepends = python2-pycryptodome: extract data from public keys ("ivre getmoduli")
optdepends = python2-scapy: parse PCAP files for ARP inspection (flow analysis)
optdepends = python2-matplotlib: create graphs from command line tools
optdepends = python2-dbus: 3D traceroute graphs
diff --git a/PKGBUILD b/PKGBUILD
index b5f78bd5c64f..b3519d925ac9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -88,7 +88,7 @@ package_python-ivre() {
'python-psycopg2: experimental PostgreSQL backend'
'python-pillow: trim screenshots on insertion'
'tesseract: extract words from screenshots on insertion'
- 'python-crypto: extract data from public keys ("ivre getmoduli")'
+ 'python-pycryptodome: extract data from public keys ("ivre getmoduli")'
'python-scapy: parse PCAP files for ARP inspection (flow analysis)'
'python-matplotlib: create graphs from command line tools'
'python-dbus: 3D traceroute graphs'
@@ -111,7 +111,7 @@ package_python2-ivre() {
'python2-psycopg2: experimental PostgreSQL backend'
'python2-pillow: trim screenshots on insertion'
'tesseract: extract words from screenshots on insertion'
- 'python2-crypto: extract data from public keys ("ivre getmoduli")'
+ 'python2-pycryptodome: extract data from public keys ("ivre getmoduli")'
'python2-scapy: parse PCAP files for ARP inspection (flow analysis)'
'python2-matplotlib: create graphs from command line tools'
'python2-dbus: 3D traceroute graphs'