summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien2023-12-31 16:55:23 +0100
committerDamien2023-12-31 17:02:21 +0100
commit4a59e814d84c2f143338d57ecb3d82559c502873 (patch)
tree91e7ed9d55c030a28d77891211480ecb71dbeb2a
parent87d03d0c5bdc55bae9cf4eaba4fb9c37099c50eb (diff)
downloadaur-4a59e814d84c2f143338d57ecb3d82559c502873.tar.gz
Fix incomplete build dependency
Add setuptools as reported by @waruiji.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60e5e13e92d0..0b453f0647c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = hg-evolve
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
+ makedepends = python-setuptools
depends = mercurial
source = https://files.pythonhosted.org/packages/source/h/hg-evolve/hg-evolve-11.1.0.tar.gz
sha512sums = eb6ae86eacc97a98eb5de9d37ea04d3b2d560b0cad098314689156e01bb27f8001492299a5555b1ecba87c485919130d307696db3d3c4f0d0ac9b37aff6045c7
diff --git a/PKGBUILD b/PKGBUILD
index b152b9b4f294..b5c143aa1001 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,8 @@ pkgdesc='Flexible evolution of Mercurial history'
arch=('any')
license=('GPL2')
depends=('mercurial')
-makedepends=('python-build' 'python-installer' 'python-wheel')
+makedepends=('python-build' 'python-installer' 'python-wheel'
+ 'python-setuptools')
#groups=('hgext')
url='https://www.mercurial-scm.org/doc/evolution/'
source=("https://files.pythonhosted.org/packages/source/h/hg-evolve/hg-evolve-${pkgver}.tar.gz")