summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilip Goto2022-05-28 19:11:37 +0200
committerPhilip Goto2022-05-28 19:11:37 +0200
commiteae81339ca983365d495df9e47d1e76f87c7ab4d (patch)
treea4fcd4218dbc892329eee794e0425eaa11d656ae /PKGBUILD
parent1b07f33898e64acd3bfdeceeafd7a7e6c9982d77 (diff)
downloadaur-eae81339ca983365d495df9e47d1e76f87c7ab4d.tar.gz
Add pip to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e60c66a9236c..614ee98b3c1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,7 +25,11 @@ depends=(
python-tqdm
python-wasabi
)
-makedepends=(python-setuptools cython)
+makedepends=(
+ python-pip
+ python-setuptools
+ cython
+)
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
b2sums=('edee5e238be38054d75e0eb12d4461812243afd3d5eb4744b998476feff58ea8edf2ef1de8a70254e522949db07d87c9b00368d60946db35e4a342a8318aa313')