summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-astor_0.8.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@cn.fujitsu.com>2020-01-13 09:09:37 -0800
committerKhem Raj <raj.khem@gmail.com>2020-01-13 18:34:32 -0800
commit106c94d08688644a619f3231c924cd383054255d (patch)
tree05cb573adef238c7a9cf43fd5da2f132da69685f /meta-python/recipes-devtools/python/python3-astor_0.8.bb
parentace72cb043184e2b4dd3811eb80e1a461309de64 (diff)
downloadmeta-openembedded-106c94d08688644a619f3231c924cd383054255d.tar.gz
python3-astor: 0.8 -> 0.8.1
f820f3ff7ad8818475b6e107e63aa9a54252d2a9.patch Removed since it is included in 0.8.1. Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-astor_0.8.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-astor_0.8.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta-python/recipes-devtools/python/python3-astor_0.8.bb b/meta-python/recipes-devtools/python/python3-astor_0.8.bb
deleted file mode 100644
index 17cc540f00..0000000000
--- a/meta-python/recipes-devtools/python/python3-astor_0.8.bb
+++ /dev/null
@@ -1,16 +0,0 @@
1SUMMARY = "Easy manipulation of Python source via the AST."
2HOMEPAGE = "https://github.com/berkerpeksag/astor"
3SECTION = "devel/python"
4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=561205fdabc3ec52cae2d30815b8ade7"
6
7SRC_URI = "git://github.com/berkerpeksag/astor.git \
8 file://f820f3ff7ad8818475b6e107e63aa9a54252d2a9.patch \
9 "
10SRCREV ?= "3a7607e31f0c17e747ded5cfe0b582d99f7caecf"
11
12inherit setuptools3
13
14S = "${WORKDIR}/git"
15
16BBCLASSEXTEND = "native"