aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pycparser_2.19.bb
diff options
context:
space:
mode:
authorHong Liu <hongl.fnst@cn.fujitsu.com>2019-02-14 09:58:58 +0800
committerKhem Raj <raj.khem@gmail.com>2019-02-15 06:45:43 -0800
commit984d43f5086089cc80864256ead137411bf147b8 (patch)
tree0884071deac51f96cf2402b45cca7ba8e9cfd6d3 /meta-python/recipes-devtools/python/python-pycparser_2.19.bb
parentf4270950bd5a14cfa9c51b4ea05eaca8f09c168b (diff)
downloadmeta-openembedded-contrib-984d43f5086089cc80864256ead137411bf147b8.tar.gz
python-pycparser: upgrade to 2.19
Upgrade python-pycparser from 2.18 to 2.19 Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pycparser_2.19.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-pycparser_2.19.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pycparser_2.19.bb b/meta-python/recipes-devtools/python/python-pycparser_2.19.bb
new file mode 100644
index 0000000000..98742737fd
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-pycparser_2.19.bb
@@ -0,0 +1,6 @@
+inherit pypi setuptools
+require python-pycparser.inc
+
+RDEPENDS_${PN} += " \
+ ${PYTHON_PN}-subprocess \
+"