From 1ec43c1e4f379ef5806268aa80ce8487388ab00c Mon Sep 17 00:00:00 2001 From: Sven Ebenfeld Date: Fri, 22 Jan 2016 23:08:46 +0100 Subject: add pypi3 bbclass to make python3 recipe creation easier as well Signed-off-by: Sven Ebenfeld --- meta-python/classes/pypi3.bbclass | 1 + 1 file changed, 1 insertion(+) create mode 100644 meta-python/classes/pypi3.bbclass (limited to 'meta-python/classes/pypi3.bbclass') diff --git a/meta-python/classes/pypi3.bbclass b/meta-python/classes/pypi3.bbclass new file mode 100644 index 0000000000..e0f7bb36ef --- /dev/null +++ b/meta-python/classes/pypi3.bbclass @@ -0,0 +1 @@ +inherit pypi-common setuptools3 -- cgit 1.2.3-korg