mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-18 23:08:30 +00:00
Update python recipes to use the common pypi package
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
b62ae60f86
commit
9d9a616a39
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user