Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extra/python-hglib/PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/python-hglib/PKGBUILD b/extra/python-hglib/PKGBUILD
index 2064f1d3..cbc50216 100644
--- a/extra/python-hglib/PKGBUILD
+++ b/extra/python-hglib/PKGBUILD
@@ -9,3 +9,6 @@
#SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
unset check
unset checkdepends
+
+# setuptools won't be installed if we don't use checkdepends, so add it manually
+depends+=('python-setuptools')