summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2016-04-15 12:32:08 -0400
committerChris Severance2016-04-15 12:32:08 -0400
commit58e0c2d84002c53415212c390bc83f71ac9c19ff (patch)
treea0b2035b08acb3e2dba3051383aa50b51c1195e8
parent185b3f6cecf899a54dde4b553f5ccf0941613b05 (diff)
downloadaur-58e0c2d84002c53415212c390bc83f71ac9c19ff.tar.gz
pyyaml deleted from AUR 2015-09, yaml in community
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc405d38b590..e899f1ca704b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Apr 11 06:16:16 UTC 2016
+# Fri Apr 15 16:32:08 UTC 2016
pkgbase = aws-eb-cli
pkgdesc = The API and CLI tools that provide access to Amazon Elastic Beanstalk awsebcli
pkgver = 3.7.5
@@ -14,7 +14,7 @@ pkgbase = aws-eb-cli
pkgname = aws-eb-cli
depends = python
- depends = python-pyyaml>=3.11
+ depends = python-yaml>=3.11
depends = python-botocore>=1.0.1
depends = python-cement=2.8.2
depends = python-colorama=0.3.7
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() {