summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Severance2016-04-15 12:32:08 -0400
committerChris Severance2016-04-15 12:32:08 -0400
commit58e0c2d84002c53415212c390bc83f71ac9c19ff (patch)
treea0b2035b08acb3e2dba3051383aa50b51c1195e8 /PKGBUILD
parent185b3f6cecf899a54dde4b553f5ccf0941613b05 (diff)
downloadaur-58e0c2d84002c53415212c390bc83f71ac9c19ff.tar.gz
pyyaml deleted from AUR 2015-09, yaml in community
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cc48cc7a35a7..60d92e81edab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -86,7 +86,9 @@ requires = ['pyyaml>=3.11',
}
_fn_pydepends "${_pyver}-" '' '='
# vercmp doesn't consider 2.4 and 2.4.0 equal
-_pydepends=("${_pydepends[@]//-cement=2.4/-cement=2.4.0}")
+#_pydepends=("${_pydepends[@]//-cement=2.4/-cement=2.4.0}")
+#Arch drops the py prefix on pyyaml
+_pydepends=("${_pydepends[@]//-pyyaml/-yaml}")
unset -f _fn_pydepends
build() {