diff options
Diffstat (limited to 'community/python-mock/PKGBUILD')
-rw-r--r-- | community/python-mock/PKGBUILD | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/community/python-mock/PKGBUILD b/community/python-mock/PKGBUILD new file mode 100644 index 00000000..e50d2ff2 --- /dev/null +++ b/community/python-mock/PKGBUILD @@ -0,0 +1,5 @@ +# i486-specific +if [ "${CARCH}" = "i486" ]; then + makedepends+=('python-pbr' 'python2-pbr') + unset check +fi |