From 9d9a616a392deeb06bf7458902281c9bfeb7f5b6 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sun, 14 Feb 2016 23:05:18 -0500 Subject: Update python recipes to use the common pypi package Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-zopeinterface_4.1.1.bb | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'meta-python/recipes-devtools/python/python-zopeinterface_4.1.1.bb') diff --git a/meta-python/recipes-devtools/python/python-zopeinterface_4.1.1.bb b/meta-python/recipes-devtools/python/python-zopeinterface_4.1.1.bb index 4151f585b8..15f8e2076f 100644 --- a/meta-python/recipes-devtools/python/python-zopeinterface_4.1.1.bb +++ b/meta-python/recipes-devtools/python/python-zopeinterface_4.1.1.bb @@ -1,16 +1,12 @@ SUMMARY = "Interface definitions for Zope products" -SECTION = "console/network" - LICENSE = "ZPL-2.1" LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e54fd776274c1b7423ec128974bd9d46" -SRC_URI = "http://pypi.python.org/packages/source/z/zope.interface/zope.interface-${PV}.tar.gz" SRC_URI[md5sum] = "edcd5f719c5eb2e18894c4d06e29b6c6" SRC_URI[sha256sum] = "91cba7b7cd7cb82f6f4e023fe77f94dc3df4ae5287fd55def2148dc232d0c7da" -S = "${WORKDIR}/zope.interface-${PV}" - -inherit setuptools +PYPI_PACKAGE = "zope.interface" +inherit pypi setuptools RPROVIDES_${PN} += "zope-interfaces" FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/*.egg/*/*/.debug" -- cgit v1.2.3-54-g00ecf