diff options
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 | 10 |
1 files changed, 4 insertions, 6 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 index 5da3f92..0b344c1 100644 --- 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 | |||
| @@ -4,17 +4,15 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "BSD" | 4 | LICENSE = "BSD" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d92bb5439aee694c0a87bfb51579e37b" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d92bb5439aee694c0a87bfb51579e37b" |
| 6 | 6 | ||
| 7 | PR = "r0" | 7 | PYPI_PACKAGE = "posix_ipc" |
| 8 | 8 | ||
| 9 | SRCNAME = "posix_ipc" | 9 | # Archived version so we need to overwrite what the pypi class will derive |
| 10 | SRC_URI = "http://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | 10 | PYPI_SRC_URI = "https://pypi.python.org/packages/source/p/${PYPI_PACKAGE}/${PYPI_PACKAGE}-${PV}.tar.gz" |
| 11 | 11 | ||
| 12 | SRC_URI[md5sum] = "85607a392087715ac3a3c7ded2492d06" | 12 | SRC_URI[md5sum] = "85607a392087715ac3a3c7ded2492d06" |
| 13 | SRC_URI[sha256sum] = "9c93070374ca672725575e5c9874930c8cde69367fb90378b2255e048e31efcb" | 13 | SRC_URI[sha256sum] = "9c93070374ca672725575e5c9874930c8cde69367fb90378b2255e048e31efcb" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 15 | inherit setuptools pypi |
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | 16 | ||
| 19 | # DEPENDS_default: python-pip | 17 | # DEPENDS_default: python-pip |
| 20 | 18 | ||
