[meta-virtualization] [m-c-s][PATCH 1/2] python-wrapt: add recipe

Mark Asselstine mark.asselstine at windriver.com
Thu Jan 14 13:01:27 PST 2016


From: Josep Puigdemont <josep.puigdemont at enea.com>

Signed-off-by: Josep Puigdemont <josep.puigdemont at enea.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>
---

** cherry-picked from fido-kilo **

 meta-openstack/recipes-devtools/python/python-wrapt_1.10.5.bb | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 meta-openstack/recipes-devtools/python/python-wrapt_1.10.5.bb

diff --git a/meta-openstack/recipes-devtools/python/python-wrapt_1.10.5.bb b/meta-openstack/recipes-devtools/python/python-wrapt_1.10.5.bb
new file mode 100644
index 0000000..5a8d0e7
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-wrapt_1.10.5.bb
@@ -0,0 +1,11 @@
+DESCRIPTION = "A Python module for decorators, wrappers and monkey patching."
+HOMEPAGE = "https://pypi.python.org/pypi/wrapt/"
+SECTION = "devel/python"
+LICENSE = "BSD-2-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=848d45ec255e411c0ff82b034a49d8a0"
+
+SRC_URI[md5sum] = "79732bbc096235704e7523d3bacd202c"
+SRC_URI[sha256sum] = "99cbb4e3a3ea964df0cb1437261fc1198616ec872e7b501622f3f7f92fcd0833"
+
+inherit pypi
+
-- 
2.1.4



More information about the meta-virtualization mailing list