summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-sysv-ipc_1.0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-sysv-ipc_1.0.1.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python3-sysv-ipc_1.0.1.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-sysv-ipc_1.0.1.bb b/meta-openstack/recipes-devtools/python/python3-sysv-ipc_1.0.1.bb
new file mode 100644
index 0000000..ac5931f
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-sysv-ipc_1.0.1.bb
@@ -0,0 +1,20 @@
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=4f09db8030b38bf57a442088a5a521ff"
6
7PYPI_PACKAGE = "sysv_ipc"
8
9SRC_URI[md5sum] = "9ef5167ed58a5a09e637cdfaeb8099d7"
10SRC_URI[sha256sum] = "8eff10dd17789ddf21b422ce46ae0f6420088902a88e4296cb805cf2fde8b4dc"
11
12inherit setuptools3 pypi
13
14DEPENDS += " \
15 ${PYTHON_PN}-pip \
16 "
17
18# RDEPENDS_default:
19RDEPENDS_${PN} += " \
20 "