summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-04-15 09:19:33 -0600
committerMark Wagie2022-04-15 09:19:33 -0600
commitef56787c1c1658ade24c86a466828ec2df59d17a (patch)
tree6f5d02a708042aa4b594327863ca67529f1bd2c8
parent43bd3212404d2dac1689bcb24dfa5245e32bf6d5 (diff)
downloadaur-ef56787c1c1658ade24c86a466828ec2df59d17a.tar.gz
add missing build dep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fccd2d3f4106..3716c0db427d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = ognibuild
license = GPL2
makedepends = python-build
makedepends = python-installer
+ makedepends = python-wheel
depends = breezy
depends = python-buildlog-consultant
depends = python-requirements-parser
diff --git a/PKGBUILD b/PKGBUILD
index 663a8aca4c87..2b6e7afe9973 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://jelmer.uk/code/ognibuild"
license=('GPL2')
depends=('breezy' 'python-buildlog-consultant' 'python-requirements-parser'
'python-setuptools' 'python-toml')
-makedepends=('python-build' 'python-installer')
+makedepends=('python-build' 'python-installer' 'python-wheel')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
sha256sums=('15d05c36c555b68101ba68a6659f09cdea6a25e06cd4d455dbaecb78bff94cbe'
'SKIP')