aboutsummaryrefslogtreecommitdiffstats
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, 0 insertions, 22 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-sysv-ipc.inc b/meta-openstack/recipes-devtools/python/python-sysv-ipc.inc
deleted file mode 100644
index 47ecf2cd..00000000
--- a/meta-openstack/recipes-devtools/python/python-sysv-ipc.inc
+++ /dev/null
@@ -1,22 +0,0 @@
-DESCRIPTION = "System V IPC primitives (semaphores, shared memory and message queues) for Python"
-HOMEPAGE = "http://semanchuk.com/philip/sysv_ipc/"
-SECTION = "devel/python"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=9d6e34e7b47096d7c19c1e3be707374e"
-
-PYPI_PACKAGE = "sysv_ipc"
-
-SRC_URI[md5sum] = "c6cf5b4aa7cd3e07fd4b5661530eca8c"
-SRC_URI[sha256sum] = "0af73375a85c5d9d487c2f14f208812600bd81e4046437ebaf55746b3aade00e"
-
-inherit pypi
-
-# DEPENDS_default: python-pip
-
-DEPENDS += " \
- ${PYTHON_PN}-pip \
- "
-
-# RDEPENDS_default:
-RDEPENDS_${PN} += " \
- "