summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pyyaml_3.11.bb
diff options
context:
space:
mode:
authorWang Xin <wangxin2015.fnst@cn.fujitsu.com>2016-09-11 11:13:05 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2016-09-15 10:22:48 +0200
commit39be41171d0498798a7da61501c175f557f6af1d (patch)
tree4d9d2a310c791055d5fdd7e77bf2b217b3b7ce1d /meta-python/recipes-devtools/python/python-pyyaml_3.11.bb
parent94a6bb9ef9d1404f3b27068cb2c39d1195d8c70a (diff)
downloadmeta-openembedded-39be41171d0498798a7da61501c175f557f6af1d.tar.gz
python-pyyaml: 3.11 -> 3.12
Upgrade python-pyyaml from 3.11 to 3.12. Signed-off-by: Wang Xin <wangxin2015.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pyyaml_3.11.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-pyyaml_3.11.bb24
1 files changed, 0 insertions, 24 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyyaml_3.11.bb b/meta-python/recipes-devtools/python/python-pyyaml_3.11.bb
deleted file mode 100644
index a017e0e65b..0000000000
--- a/meta-python/recipes-devtools/python/python-pyyaml_3.11.bb
+++ /dev/null
@@ -1,24 +0,0 @@
1SUMMARY = "Python support for YAML"
2HOMEPAGE = "http://www.pyyaml.org"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=6015f088759b10e0bc2bf64898d4ae17"
6DEPENDS = "libyaml python-cython-native"
7
8SRC_URI = "http://pyyaml.org/download/pyyaml/PyYAML-${PV}.tar.gz \
9 file://setup.py \
10"
11
12SRC_URI[md5sum] = "f50e08ef0fe55178479d3a618efe21db"
13SRC_URI[sha256sum] = "c36c938a872e5ff494938b33b14aaa156cb439ec67548fcab3535bb78b0846e8"
14
15S = "${WORKDIR}/PyYAML-${PV}"
16
17inherit distutils
18
19do_configure_prepend() {
20 # upstream setup.py overcomplicated, use ours
21 install -m 0644 ${WORKDIR}/setup.py ${S}
22}
23
24BBCLASSEXTEND = "native"