mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 22:35:25 +01:00
python3-traitlets: upgrade to 5.2.1
This now uses hatching to build. Also remove redundant PYPI_PACKAGE assignment. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
fa8929b9b6
commit
a0adaee858
|
|
@ -4,13 +4,11 @@ AUTHOR = "IPython Development Team <ipython-dev@scipy.org>"
|
|||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.md;md5=9c125dfc5ff5364d40b5f56f02cd9de3"
|
||||
|
||||
PYPI_PACKAGE = "traitlets"
|
||||
SRC_URI[sha256sum] = "a415578cde1985f1b773faefe49e9f078d345f38665ce3e9e914ec7b41150ce9"
|
||||
|
||||
SRC_URI[sha256sum] = "60474f39bf1d39a11e0233090b99af3acee93bbc2281777e61dd8c87da8a0014"
|
||||
inherit pypi python_hatchling
|
||||
|
||||
RDEPENDS:${PN} = "\
|
||||
${PYTHON_PN}-ipython-genutils \
|
||||
${PYTHON_PN}-decorator \
|
||||
"
|
||||
|
||||
inherit pypi python_setuptools_build_meta
|
||||
Loading…
Reference in New Issue
Block a user