summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Brendel2021-03-07 11:30:18 -0500
committerChris Brendel2021-03-07 11:30:18 -0500
commitbbdd95edb6650a0e9205218c16e9fe0456e0ecc5 (patch)
tree302d0436990279a0d9a8d891f9577704a5153c1b
parentfc87302447bb6f54073bef6f757c0c3f2e809c0b (diff)
downloadaur-bbdd95edb6650a0e9205218c16e9fe0456e0ecc5.tar.gz
added python-pip as makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38342f2520ca..a133eb0e5a34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = python-murmurhash
license = MIT
makedepends = python-setuptools
makedepends = python-wheel
+ makedepends = python-pip
depends = python
depends = cython
depends = python-pytest
diff --git a/PKGBUILD b/PKGBUILD
index dbf675ae94ac..5c1af5eef3fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=("x86_64")
url="https://github.com/explosion/murmurhash"
license=("MIT")
depends=("python" "cython" "python-pytest")
-makedepends=("python-setuptools" "python-wheel")
+makedepends=("python-setuptools" "python-wheel" "python-pip")
source=("$pkgname-$pkgver.tar.gz::https://github.com/explosion/murmurhash/archive/v$pkgver.tar.gz")
md5sums=("1a5e4f267d06150301b640803a4e3325")