diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-05-27 13:24:42 +0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-05-29 23:58:49 -0400 |
commit | 847b2a714b027b0b8262b34d84ece5f3ad7eb371 (patch) | |
tree | d96e063957f181ec8c8be9883311d0801eb2e4be /meta-openstack/recipes-devtools/python/python-posix-ipc_1.0.0.bb | |
parent | e5fd5619b75a335d3d79953f97a1e4d640a227ed (diff) | |
download | meta-cloud-services-847b2a714b027b0b8262b34d84ece5f3ad7eb371.tar.gz |
python-posix-ipc:upgrade 1.0.0 -> 1.0.4
-Upgrade from python-posix-ipc_1.0.0.bb to python-posix-ipc_1.0.4.bb.
-License-Update: Copyright year updated to 2018.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-posix-ipc_1.0.0.bb')
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-posix-ipc_1.0.0.bb | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-posix-ipc_1.0.0.bb b/meta-openstack/recipes-devtools/python/python-posix-ipc_1.0.0.bb deleted file mode 100644 index 0b344c1..0000000 --- a/meta-openstack/recipes-devtools/python/python-posix-ipc_1.0.0.bb +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | DESCRIPTION = "POSIX IPC primitives (semaphores, shared memory and message queues) for Python" | ||
2 | HOMEPAGE = "http://semanchuk.com/philip/posix_ipc/" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "BSD" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d92bb5439aee694c0a87bfb51579e37b" | ||
6 | |||
7 | PYPI_PACKAGE = "posix_ipc" | ||
8 | |||
9 | # Archived version so we need to overwrite what the pypi class will derive | ||
10 | PYPI_SRC_URI = "https://pypi.python.org/packages/source/p/${PYPI_PACKAGE}/${PYPI_PACKAGE}-${PV}.tar.gz" | ||
11 | |||
12 | SRC_URI[md5sum] = "85607a392087715ac3a3c7ded2492d06" | ||
13 | SRC_URI[sha256sum] = "9c93070374ca672725575e5c9874930c8cde69367fb90378b2255e048e31efcb" | ||
14 | |||
15 | inherit setuptools pypi | ||
16 | |||
17 | # DEPENDS_default: python-pip | ||
18 | |||
19 | DEPENDS += " \ | ||
20 | python-pip \ | ||
21 | " | ||
22 | |||
23 | # RDEPENDS_default: | ||
24 | RDEPENDS_${PN} += " \ | ||
25 | " | ||