aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-openstack/recipes-devtools/python/python-wrapt_1.10.5.bb11
-rw-r--r--meta-openstack/recipes-devtools/python/python-wrapt_git.bb15
2 files changed, 15 insertions, 11 deletions
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
deleted file mode 100644
index 5a8d0e79..00000000
--- a/meta-openstack/recipes-devtools/python/python-wrapt_1.10.5.bb
+++ /dev/null
@@ -1,11 +0,0 @@
-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
-
diff --git a/meta-openstack/recipes-devtools/python/python-wrapt_git.bb b/meta-openstack/recipes-devtools/python/python-wrapt_git.bb
new file mode 100644
index 00000000..a2def9ad
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-wrapt_git.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "A Python module for decorators, wrappers and monkey patching."
+HOMEPAGE = "https://github.com/GrahamDumpleton/wrapt"
+SECTION = "devel/python"
+LICENSE = "BSD-2-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=848d45ec255e411c0ff82b034a49d8a0"
+
+PV = "1.10.5"
+SRCREV = "42af0563bf88e84d215dea9ea6f989cb867e930e"
+
+SRCNAME = "wrapt"
+SRC_URI = "git://github.com/GrahamDumpleton/${SRCNAME}.git"
+
+S = "${WORKDIR}/git"
+
+inherit setuptools