mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-02 03:28:22 +00: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:
@@ -0,0 +1,14 @@
|
||||
SUMMARY = "Traitlets Python config system"
|
||||
HOMEPAGE = "http://ipython.org"
|
||||
AUTHOR = "IPython Development Team <ipython-dev@scipy.org>"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.md;md5=9c125dfc5ff5364d40b5f56f02cd9de3"
|
||||
|
||||
SRC_URI[sha256sum] = "a415578cde1985f1b773faefe49e9f078d345f38665ce3e9e914ec7b41150ce9"
|
||||
|
||||
inherit pypi python_hatchling
|
||||
|
||||
RDEPENDS:${PN} = "\
|
||||
${PYTHON_PN}-ipython-genutils \
|
||||
${PYTHON_PN}-decorator \
|
||||
"
|
||||
Reference in New Issue
Block a user