summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2016-04-15 12:32:12 -0400
committerChris Severance2016-04-15 12:32:12 -0400
commit90a69ae13eebf4fc7c2881635dde6ed14acc68d4 (patch)
tree84d0795a604d88cc5a2b342d2115af0c03ff9042
parente3497f810e635e5ae0112c71250dfb5c92339a51 (diff)
downloadaur-90a69ae13eebf4fc7c2881635dde6ed14acc68d4.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 26b0f855b6d9..07d601e32abd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Apr 11 06:16:20 UTC 2016
+# Fri Apr 15 16:32:12 UTC 2016
pkgbase = python2-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 = python2-aws-eb-cli
pkgname = python2-aws-eb-cli
depends = python2
- depends = python2-pyyaml>=3.11
+ depends = python2-yaml>=3.11
depends = python2-botocore>=1.0.1
depends = python2-cement=2.8.2
depends = python2-colorama=0.3.7
diff --git a/PKGBUILD b/PKGBUILD
index fe859818e4e9..7a5b32d9e83d 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() {