summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlphaJack2021-06-14 22:39:21 +0200
committerAlphaJack2021-06-14 22:39:21 +0200
commit66b8d6de50f866885d68df7d2554b1c346cb1d06 (patch)
treead6e4de3a33ec69d666fb961585dcd406f29ccc9
parent5c10d781a2ab92e3e99c65519688a792e6eebff3 (diff)
downloadaur-python-mkdocs-ponylang.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 bec1f2f28ca2..825a2ac0eeee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,6 @@ pkgbase = python-mkdocs-ponylang
arch = any
license = MIT
makedepends = python-setuptools
- makedepends = python-wheel
depends = mkdocs
depends = pymdown-extensions
depends = python-pygments
@@ -15,4 +14,3 @@ pkgbase = python-mkdocs-ponylang
sha256sums = 3d2ff814f84b32c54975ffef12430428247ee4506105991d42e249ac8a1ac45f
pkgname = python-mkdocs-ponylang
-
diff --git a/PKGBUILD b/PKGBUILD
index ad98dcd1e131..bce911dfa83c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ license=("MIT")
arch=("any")
depends=("mkdocs" "pymdown-extensions" "python-pygments")
conflicts=("python-mkdocs-material")
-makedepends=("python-setuptools" "python-wheel")
+makedepends=("python-setuptools")
source=("$url/archive/$pkgver.tar.gz")
sha256sums=("3d2ff814f84b32c54975ffef12430428247ee4506105991d42e249ac8a1ac45f")