summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1703e8a1548..a39c76bef759 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,8 +7,7 @@ pkgbase = cowrie
arch = any
license = BSD
depends = twisted
- depends = zope-interface
- depends = zope-interface
+ depends = python2-zope-interface
depends = python2-crypto
depends = python2-pyasn1
depends = python2-cryptography
diff --git a/PKGBUILD b/PKGBUILD
index 0365d7154be1..ff9fd4860388 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='Medium interaction SSH honeypot designed to log brute force attacks and
url='https://github.com/micheloosterhof/cowrie'
arch=('any')
license=('BSD')
-depends=('twisted' 'zope-interface' 'zope-interface' 'python2-crypto' 'python2-pyasn1' 'python2-cryptography'
+depends=('twisted' 'python2-zope-interface' 'python2-crypto' 'python2-pyasn1' 'python2-cryptography'
'python2-gmpy2' 'python2-pyopenssl' 'mysql-python' 'python2-dateutil' 'python2-tftpy')
backup=('etc/cowrie.cfg')
install=cowrie.install