summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlphaJack2021-06-14 22:37:19 +0200
committerAlphaJack2021-06-14 22:37:19 +0200
commita9c0bb2365f95aa5f5e45732e26ab5baecc44c4c (patch)
treef17096d68ab950e7678182a2b58acac40e1d112d /PKGBUILD
parente7c6ec8d4f39921f4f141c1810d3dd9178c51e93 (diff)
downloadaur-a9c0bb2365f95aa5f5e45732e26ab5baecc44c4c.tar.gz
Removed python-wheel dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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")