From 95930af10773018676fc1f98d2bb5328dcf0250b Mon Sep 17 00:00:00 2001 From: Binghua Guan Date: Wed, 25 Jul 2018 21:49:54 +0800 Subject: meta-python: add python-inflection recipe Signed-off-by: Binghua Guan Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-inflection_0.3.1.bb | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-inflection_0.3.1.bb (limited to 'meta-python/recipes-devtools/python/python-inflection_0.3.1.bb') diff --git a/meta-python/recipes-devtools/python/python-inflection_0.3.1.bb b/meta-python/recipes-devtools/python/python-inflection_0.3.1.bb new file mode 100644 index 0000000000..4a9d497912 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-inflection_0.3.1.bb @@ -0,0 +1,4 @@ +inherit setuptools +require python-inflection.inc + +RDEPENDS_${PN} += "${PYTHON_PN}-codecs" -- cgit 1.2.3-korg