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-snakefood_1.4.bb | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'meta-python/recipes-devtools/python/python-snakefood_1.4.bb') diff --git a/meta-python/recipes-devtools/python/python-snakefood_1.4.bb b/meta-python/recipes-devtools/python/python-snakefood_1.4.bb index 1af33d44d4..e4a6d767dc 100644 --- a/meta-python/recipes-devtools/python/python-snakefood_1.4.bb +++ b/meta-python/recipes-devtools/python/python-snakefood_1.4.bb @@ -35,18 +35,13 @@ given the trade-offs, 99% is good enough for 99% of the uses.\ " AUTHOR = "Martin Blais " HOMEPAGE = "http://furius.ca/snakefood" -SECTION = "devel/python" LICENSE = "GPL-2.0" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" -SRCNAME = "snakefood" -SRC_URI = "https://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" SRC_URI[md5sum] = "56c88667a33d8909b0aabf2ab6903bdf" SRC_URI[sha256sum] = "295784668032254e7391ca99ba7060edd3ae4eca1a330ac11627b18ab5923b77" -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools +inherit pypi setuptools RDEPENDS_${PN} = " python-logging python-compiler python-shell" # the above modules do not have a -native counterpart -- cgit 1.2.3-korg