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

Upgrade to release 1.0.3: - Test: Fixed issue with virtualenv raising AttributeError during installtest on Python 3.4. - Added checking for no expected warning. Adjusted a testcase to accomodate the new check. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
10 lines
369 B
BlitzBasic
10 lines
369 B
BlitzBasic
SUMMARY = "A case-insensitive list for Python"
|
|
HOMEPAGE = "https://nocaselist.readthedocs.io/en/latest/"
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
|
|
|
|
SRC_URI[md5sum] = "42ba878fd70611cf345c61edd83f5fb0"
|
|
SRC_URI[sha256sum] = "7e6decb7d85563b9044913c9087ef4b691bc3da4d7ad1d88968cdea409553326"
|
|
|
|
inherit pypi setuptools3
|