mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

The license checksum changes but the license remains the same. The change is just about year, 2013 -> 2018. Add python3-pytest-runner to DEPENDS to solve the following error. | distutils.errors.DistutilsError: Could not find suitable distribution \ for Requirement.parse('pytest-runner') Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
12 lines
448 B
BlitzBasic
12 lines
448 B
BlitzBasic
SUMMARY = "A MutableSet that remembers its order, so that every entry has an index."
|
|
HOMEPAGE = "http://github.com/LuminosoInsight/ordered-set"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://MIT-LICENSE;md5=2b36be0d99854aa2ae292a800a7c1d4e"
|
|
|
|
SRC_URI[md5sum] = "c8f5b99b717618803b914dd9cfe5ef43"
|
|
SRC_URI[sha256sum] = "a34399fe6aa78358aaa00129d67c65b4aa099adfc023731b1d756c85776a89bb"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
DEPENDS += "python3-pytest-runner-native"
|