From fe617758d47cd586985c08fe5424f208575eec68 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Mon, 2 Sep 2019 11:36:07 +0800 Subject: python-posix-ipc: Add python3 version Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../python/python-posix-ipc_1.0.4.bb | 27 ++-------------------- 1 file changed, 2 insertions(+), 25 deletions(-) (limited to 'meta-openstack/recipes-devtools/python/python-posix-ipc_1.0.4.bb') diff --git a/meta-openstack/recipes-devtools/python/python-posix-ipc_1.0.4.bb b/meta-openstack/recipes-devtools/python/python-posix-ipc_1.0.4.bb index f1494d1..595af50 100644 --- a/meta-openstack/recipes-devtools/python/python-posix-ipc_1.0.4.bb +++ b/meta-openstack/recipes-devtools/python/python-posix-ipc_1.0.4.bb @@ -1,25 +1,2 @@ -DESCRIPTION = "POSIX IPC primitives (semaphores, shared memory and message queues) for Python" -HOMEPAGE = "http://semanchuk.com/philip/posix_ipc/" -SECTION = "devel/python" -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://LICENSE;md5=dc089fb2f37e90799a54c19a20c9880f" - -PYPI_PACKAGE = "posix_ipc" - -# Archived version so we need to overwrite what the pypi class will derive -PYPI_SRC_URI = "https://pypi.python.org/packages/source/p/${PYPI_PACKAGE}/${PYPI_PACKAGE}-${PV}.tar.gz" - -SRC_URI[md5sum] = "c4fd0065244ccb2f59cb8ceedf287cf6" -SRC_URI[sha256sum] = "ff6c9077633fc62a491d6997c43b094d885bb45a7ca1f36c9a0d647c54b74b14" - -inherit setuptools pypi - -# DEPENDS_default: python-pip - -DEPENDS += " \ - python-pip \ - " - -# RDEPENDS_default: -RDEPENDS_${PN} += " \ - " +inherit setuptools +require python-posix-ipc.inc -- cgit v1.2.3-54-g00ecf