summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hanna2015-09-13 00:59:24 +0200
committerSimon Hanna2015-09-13 00:59:24 +0200
commit6ec681546495fa102cdc41ebb3015fe08effeee7 (patch)
treee23419a1f87ac72334286d8cd6137ef6a0f56a86
parent9a966f4ebed53efc3d756656884aca99626e8c8f (diff)
downloadaur-6ec681546495fa102cdc41ebb3015fe08effeee7.tar.gz
Add makedepends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82e0551c04a3..f03b7fb7378e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,8 @@ pkgbase = python-django-rest-framework
url = https://github.com/tomchristie/django-rest-framework
arch = any
license = MIT
+ makedepends = python-setuptools
+ makedepends = python2-setuptools
options = !emptydirs
source = https://github.com/tomchristie/django-rest-framework/archive/3.2.3.tar.gz
sha256sums = a1a277803b916106c18150ac58e71e9c3fedf62613e5de67d28fc7130d2d5902
diff --git a/PKGBUILD b/PKGBUILD
index 3eb38b2c07ba..915facc7366d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,10 +9,9 @@ arch=(any)
url="https://github.com/tomchristie/django-rest-framework"
license=('MIT')
options=(!emptydirs)
-install=
source=("https://github.com/tomchristie/django-rest-framework/archive/${pkgver}.tar.gz")
sha256sums=('a1a277803b916106c18150ac58e71e9c3fedf62613e5de67d28fc7130d2d5902')
-
+makedepends=('python-setuptools' 'python2-setuptools')
package_python-django-rest-framework() {
depends=('python-django')