summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlphaJack2021-06-14 22:37:08 +0200
committerAlphaJack2021-06-14 22:37:08 +0200
commitc013265883a4468d90d4dcf6d049ebe1b4f45749 (patch)
tree5f6f7c5eb2ef2ccf27d9838c247cda21833a2e67
parent717a3f6fd6bb10c3c046324e0cd0974a0aea90d2 (diff)
downloadaur-c013265883a4468d90d4dcf6d049ebe1b4f45749.tar.gz
Removed python-wheel dependency
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ff26447aa51..c61c7ccede17 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,11 +6,9 @@ pkgbase = python-django-recaptcha-git
arch = any
license = BSD3
makedepends = python-setuptools
- makedepends = python-wheel
depends = python-django
provides = python-django-recaptcha
source = git+https://github.com/praekelt/django-recaptcha
sha256sums = SKIP
pkgname = python-django-recaptcha-git
-
diff --git a/PKGBUILD b/PKGBUILD
index af6805b029d9..ba31b76f33d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ license=("BSD3")
arch=("any")
provides=("python-django-recaptcha")
depends=("python-django")
-makedepends=("python-setuptools" "python-wheel")
+makedepends=("python-setuptools")
source=("git+$url")
sha256sums=("SKIP")