diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-snakefood_1.4.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-snakefood_1.4.bb | 7 |
1 files changed, 1 insertions, 6 deletions
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 1af33d44d4b..e4a6d767dc6 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 <blais@furius.ca>" 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 |