summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8fa0698a40c7..e21a5fe01490 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,8 @@ pkgbase = python-grapefruit
url = https://pypi.python.org/pypi/grapefruit/
arch = any
license = GPL
+ makedepends = python-pip
+ makedepends = python-wheel
makedepends = python-setuptools
depends = python
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index 3453a3ca5451..ef2b5af97979 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
url="https://pypi.python.org/pypi/$_name/"
license=('GPL')
depends=('python')
-makedepends=('python-setuptools')
+makedepends=('python-pip' 'python-wheel' 'python-setuptools')
options=(!emptydirs)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
sha512sums=('8f139b90319a282f529de416654da0b9ccc4e7d50f0f4acd2ff27b96fd1650b87f5091e91a3590fd5fe025ee4b0977174195f1e532470a80feb5c9dc73f5aad5')