[meta-virtualization] [meta-cloud-services][fido-kilo][PATCH 21/40] python-psutil: add recipe

Josep Puigdemont josep.puigdemont at enea.com
Wed Dec 2 08:32:27 PST 2015


The version in meta-python is too old, Openstack requires
version >=1.1.1 or < 2.0.0.

Signed-off-by: Josep Puigdemont <josep.puigdemont at enea.com>
---
 .../recipes-devtools/python/python-psutil_1.2.1.bb       | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 meta-openstack/recipes-devtools/python/python-psutil_1.2.1.bb

diff --git a/meta-openstack/recipes-devtools/python/python-psutil_1.2.1.bb b/meta-openstack/recipes-devtools/python/python-psutil_1.2.1.bb
new file mode 100644
index 0000000..a5555bc
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-psutil_1.2.1.bb
@@ -0,0 +1,16 @@
+SUMMARY = "A cross-platform process and system utilities module for Python"
+SECTION = "devel/python"
+HOMEPAGE = "http://code.google.com/p/psutil"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=0f02e99f7f3c9a7fe8ecfc5d44c2be62"
+
+SRCNAME = "psutil"
+
+SRC_URI = "https://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
+SRC_URI[md5sum] = "80c3b251389771ab472e554e6c729c36"
+SRC_URI[sha256sum] = "508e4a44c8253a386a0f86d9c9bd4a1b4cbb2f94e88d49a19c1513653ca66c45"
+
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit setuptools
+
-- 
2.1.0



More information about the meta-virtualization mailing list