mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-06 17:50:25 +00:00
The need for PYPI_PACKAGE_HASH was removed in 2016[1].
[1] meta-oe 7edad4def4 ("pypi: update the base pypi url to use the
package info without requiring the hash")
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
11 lines
336 B
BlitzBasic
11 lines
336 B
BlitzBasic
DESCRIPTION = "Clean single-source support for Python 3 and 2"
|
|
HOMEPAGE = "https://python-future.org"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ce268d4c2f911490f47ac5473a24bb89"
|
|
|
|
SRC_URI[sha256sum] = "bd2968309307861edae1458a4f8a4f3598c03be43b97521076aebf5d94c07b05"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
BBCLASSEXTEND = "native"
|