From 5962ec478c69e3dcd9c5fbfffb609ffe921279c8 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Thu, 2 Mar 2017 22:17:17 -0500 Subject: python-dnspython: add initial recipe with version 1.15.0 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python3-dnspython_1.15.0.bb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-dnspython_1.15.0.bb (limited to 'meta-python/recipes-devtools/python/python3-dnspython_1.15.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-dnspython_1.15.0.bb b/meta-python/recipes-devtools/python/python3-dnspython_1.15.0.bb new file mode 100644 index 0000000000..26024c68fd --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-dnspython_1.15.0.bb @@ -0,0 +1,9 @@ +inherit setuptools3 +require python-dnspython.inc + +# Requires _pydecimal.py which is in misc +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-enum \ + ${PYTHON_PN}-misc \ + ${PYTHON_PN}-selectors \ +" -- cgit v1.2.3-54-g00ecf