aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-zopeinterface_4.3.3.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-05-19 12:52:56 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2017-06-05 11:01:42 +0200
commit27f872142d7da625286d929d341bb82ee240d621 (patch)
tree1abb02ab8b81f73bdbfc30f3896aded6cfebb31c /meta-python/recipes-devtools/python/python3-zopeinterface_4.3.3.bb
parent38d11cb2932e53a07b44c989fb5f54cb13cbd11f (diff)
downloadmeta-openembedded-27f872142d7da625286d929d341bb82ee240d621.tar.gz
python3-zopeinterface: add python3 packaging
Matching what has been done with other python packages, move the existing recipe into a .inc file and then create python and python3 specific bb files to allow the generation of python2 or python3 versions. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-zopeinterface_4.3.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-zopeinterface_4.3.3.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-zopeinterface_4.3.3.bb b/meta-python/recipes-devtools/python/python3-zopeinterface_4.3.3.bb
new file mode 100644
index 0000000000..be11858d34
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-zopeinterface_4.3.3.bb
@@ -0,0 +1,4 @@
+inherit pypi setuptools3
+require python-zopeinterface.inc
+
+RDEPENDS_${PN}-test += "python3-unittest python3-doctest"