summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfordprefect2023-02-06 13:36:26 +0100
committerfordprefect2023-02-06 13:36:26 +0100
commit9936df25151e93266efb1a71f14e2bb576a0957d (patch)
tree4ec44ad92acb384c74342e6df9e9a5846b18726e
parent9f5d4f55edf7adae3cd937e575ee74792cff8d73 (diff)
downloadaur-9936df25151e93266efb1a71f14e2bb576a0957d.tar.gz
add missing makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18646181f64b..407d5a791789 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = python-ssdeep
license = LGPL3
checkdepends = python-pytest
makedepends = python-setuptools
+ makedepends = python-pip
depends = python
depends = python-cffi
depends = ssdeep
diff --git a/PKGBUILD b/PKGBUILD
index 5e0db338561e..b16d520b208e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgdesc='Python wrapper for ssdeep fuzzy hashing library'
arch=('i686' 'x86_64')
license=('LGPL3')
url='https://pypi.python.org/pypi/ssdeep'
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'python-pip')
depends=('python' 'python-cffi' 'ssdeep')
checkdepends=('python-pytest')
source=("$pkgname-$pkgver.tar.gz::https://github.com/DinoTools/python-ssdeep/archive/${pkgver}.tar.gz")