summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
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')