aboutsummaryrefslogtreecommitdiffstats
path: root/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
commit7e5520f5798e8d3cc028e54a5d7d8fbfe2e5523c (patch)
treebcbdfd5397d91d64ffe640563a12c3208b191830 /recipes-devtools/python/python-pycparser_2.19.bb
parentf2301c13caec665ff720064fa343378ecfc544a2 (diff)
downloadmeta-python2-7e5520f5798e8d3cc028e54a5d7d8fbfe2e5523c.tar.gz
python-pycparser: upgrade to 2.19
Upgrade python-pycparser from 2.18 to 2.19 (From meta-openembedded commit: 984d43f5086089cc80864256ead137411bf147b8) Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python-pycparser_2.19.bb')
-rw-r--r--recipes-devtools/python/python-pycparser_2.19.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-pycparser_2.19.bb b/recipes-devtools/python/python-pycparser_2.19.bb
new file mode 100644
index 0000000..9874273
--- /dev/null
+++ b/recipes-devtools/python/python-pycparser_2.19.bb
@@ -0,0 +1,6 @@
+inherit pypi setuptools
+require python-pycparser.inc
+
+RDEPENDS_${PN} += " \
+ ${PYTHON_PN}-subprocess \
+"