Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/python-hglib/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/python-hglib/PKGBUILD')
-rw-r--r--extra/python-hglib/PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/python-hglib/PKGBUILD b/extra/python-hglib/PKGBUILD
new file mode 100644
index 00000000..c50a43a1
--- /dev/null
+++ b/extra/python-hglib/PKGBUILD
@@ -0,0 +1,2 @@
+# setuptools won't be installed if we don't use checkdepends, so add it manually
+depends+=('python-setuptools')