summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlphaJack2021-06-14 22:37:19 +0200
committerAlphaJack2021-06-14 22:37:19 +0200
commita9c0bb2365f95aa5f5e45732e26ab5baecc44c4c (patch)
treef17096d68ab950e7678182a2b58acac40e1d112d
parente7c6ec8d4f39921f4f141c1810d3dd9178c51e93 (diff)
downloadaur-a9c0bb2365f95aa5f5e45732e26ab5baecc44c4c.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 d5a7d2c7b2c2..5522fe079958 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,10 +6,8 @@ pkgbase = python-django-sortedm2m
arch = any
license = BSD
makedepends = python-setuptools
- makedepends = python-wheel
depends = python-django
source = https://github.com/jazzband/django-sortedm2m/archive/refs/tags/3.0.2.tar.gz
sha256sums = f14b86ab4f610de42937c11058664b2f8e9b722ae42f0197c448125eb9895777
pkgname = python-django-sortedm2m
-
diff --git a/PKGBUILD b/PKGBUILD
index a8daea1f1fca..1924d5d4c529 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="A transparent sorted ManyToMany field for django"
url="https://github.com/jazzband/django-sortedm2m"
depends=("python-django")
-makedepends=("python-setuptools" "python-wheel")
+makedepends=("python-setuptools")
license=("BSD")
arch=("any")
source=("https://github.com/jazzband/django-sortedm2m/archive/refs/tags/$pkgver.tar.gz")