mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-06 17:50:25 +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>
12 lines
362 B
BlitzBasic
12 lines
362 B
BlitzBasic
SUMMARY = "Tiny 'shelve'-like database with concurrency support"
|
|
HOMEPAGE = "https://github.com/pickleshare/pickleshare"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=905c08218089ffebea3a64c82fc4d7d0"
|
|
|
|
|
|
SRC_URI[sha256sum] = "87683d47965c1da65cdacaf31c8441d12b8044cdec9aca500cd78fc2c683afca"
|
|
|
|
inherit setuptools3 pypi
|
|
|
|
RDEPENDS:${PN} += "python3-pickle"
|