mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-06 05:40:29 +00:00
Remove assignments to PYPI_PACKAGE where the value is the default value, that is the recipe name with any python3- prefix removed. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
10 lines
340 B
BlitzBasic
10 lines
340 B
BlitzBasic
SUMMARY = "Specifications for callback functions passed in to an API"
|
|
HOMEPAGE = "https://github.com/takluyver/backcall"
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=40e56b724d016484a7f790ec826d3ffc"
|
|
|
|
|
|
SRC_URI[sha256sum] = "5cbdbf27be5e7cfadb448baf0aa95508f91f2bbc6c6437cd9cd06e2a4c215e1e"
|
|
|
|
inherit pypi python_flit_core
|