diff options
| author | Josep Puigdemont <josep.puigdemont@enea.com> | 2015-12-02 17:32:27 +0100 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-12-07 10:52:38 -0500 |
| commit | 1a5ea5151f5560c20e8c02a8a2c4d647d7c9e409 (patch) | |
| tree | 54d64fad04b4932b22eae562a244881ade4aeec2 /meta-openstack/recipes-devtools/python | |
| parent | b8a16da6375fe17d35574e367aeb467d14681aeb (diff) | |
| download | meta-cloud-services-1a5ea5151f5560c20e8c02a8a2c4d647d7c9e409.tar.gz | |
python-psutil: add recipe
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@enea.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-psutil_1.2.1.bb | 16 |
1 files changed, 16 insertions, 0 deletions
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 @@ | |||
| 1 | SUMMARY = "A cross-platform process and system utilities module for Python" | ||
| 2 | SECTION = "devel/python" | ||
| 3 | HOMEPAGE = "http://code.google.com/p/psutil" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0f02e99f7f3c9a7fe8ecfc5d44c2be62" | ||
| 6 | |||
| 7 | SRCNAME = "psutil" | ||
| 8 | |||
| 9 | SRC_URI = "https://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | SRC_URI[md5sum] = "80c3b251389771ab472e554e6c729c36" | ||
| 11 | SRC_URI[sha256sum] = "508e4a44c8253a386a0f86d9c9bd4a1b4cbb2f94e88d49a19c1513653ca66c45" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 14 | |||
| 15 | inherit setuptools | ||
| 16 | |||
