From 5cdc74cddfbe56e680c9f8a79768c791cc7794bc Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Fri, 25 Aug 2017 16:40:42 +0800 Subject: python-beautifulsoup4: add new recipe for both python2 and python3 Beautiful Soup sits atop an HTML or XML parser, providing Pythonic idioms for iterating, searching, and modifying the parse tree. Signed-off-by: Jackie Huang Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-beautifulsoup4_4.6.0.bb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-beautifulsoup4_4.6.0.bb (limited to 'meta-python/recipes-devtools/python/python-beautifulsoup4_4.6.0.bb') diff --git a/meta-python/recipes-devtools/python/python-beautifulsoup4_4.6.0.bb b/meta-python/recipes-devtools/python/python-beautifulsoup4_4.6.0.bb new file mode 100644 index 0000000000..907285ac10 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-beautifulsoup4_4.6.0.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-beautifulsoup4.inc -- cgit v1.2.3-54-g00ecf