summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-sysv-ipc_0.6.8.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-sysv-ipc_0.6.8.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-sysv-ipc_0.6.8.bb24
1 files changed, 2 insertions, 22 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-sysv-ipc_0.6.8.bb b/meta-openstack/recipes-devtools/python/python-sysv-ipc_0.6.8.bb
index c46cfcb..08a2ee0 100644
--- a/meta-openstack/recipes-devtools/python/python-sysv-ipc_0.6.8.bb
+++ b/meta-openstack/recipes-devtools/python/python-sysv-ipc_0.6.8.bb
@@ -1,22 +1,2 @@
1DESCRIPTION = "System V IPC primitives (semaphores, shared memory and message queues) for Python" 1require python-sysv-ipc.inc
2HOMEPAGE = "http://semanchuk.com/philip/sysv_ipc/" 2inherit setuptools
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://PKG-INFO;md5=9d6e34e7b47096d7c19c1e3be707374e"
6
7PYPI_PACKAGE = "sysv_ipc"
8
9SRC_URI[md5sum] = "c6cf5b4aa7cd3e07fd4b5661530eca8c"
10SRC_URI[sha256sum] = "0af73375a85c5d9d487c2f14f208812600bd81e4046437ebaf55746b3aade00e"
11
12inherit setuptools pypi
13
14# DEPENDS_default: python-pip
15
16DEPENDS += " \
17 python-pip \
18 "
19
20# RDEPENDS_default:
21RDEPENDS_${PN} += " \
22 "