index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/python2-scandir/PKGBUILD | 5 |
diff --git a/community/python2-scandir/PKGBUILD b/community/python2-scandir/PKGBUILD new file mode 100644 index 00000000..6c63d86f --- /dev/null +++ b/community/python2-scandir/PKGBUILD @@ -0,0 +1,5 @@ +# i486-specific +if [ "${CARCH}" = "i486" ]; then + makedepends+=('python-setuptools-scm' 'python2-setuptools-scm') + unset check +fi |