Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extra/mesa-amber/PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/mesa-amber/PKGBUILD b/extra/mesa-amber/PKGBUILD
index 3d1b434b..8fadf6dc 100644
--- a/extra/mesa-amber/PKGBUILD
+++ b/extra/mesa-amber/PKGBUILD
@@ -22,3 +22,6 @@ if [ "$CARCH" == 'i486' ]; then
'
)"
fi
+
+# python-mako test also imports version comparition from distutils
+makedepends+=('python-distutils-extra')