summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-sysv-ipc.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-sysv-ipc.inc')
-rw-r--r--meta-openstack/recipes-devtools/python/python-sysv-ipc.inc22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-sysv-ipc.inc b/meta-openstack/recipes-devtools/python/python-sysv-ipc.inc
new file mode 100644
index 0000000..47ecf2c
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-sysv-ipc.inc
@@ -0,0 +1,22 @@
1DESCRIPTION = "System V IPC primitives (semaphores, shared memory and message queues) for Python"
2HOMEPAGE = "http://semanchuk.com/philip/sysv_ipc/"
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 pypi
13
14# DEPENDS_default: python-pip
15
16DEPENDS += " \
17 ${PYTHON_PN}-pip \
18 "
19
20# RDEPENDS_default:
21RDEPENDS_${PN} += " \
22 "