mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
python3-traitlets: add recipe
Signed-off-by: Shlomi Vaknin <shlomi.39sd@gmail.com> Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
SUMMARY = "Traitlets Python config system"
|
||||
HOMEPAGE = "http://ipython.org"
|
||||
AUTHOR = "IPython Development Team <ipython-dev@scipy.org>"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.md;md5=eec4de4d599518742e54e75954e33b46"
|
||||
|
||||
PYPI_PACKAGE = "traitlets"
|
||||
|
||||
SRC_URI[md5sum] = "3a4f263af65d3d79f1c279f0247077ef"
|
||||
SRC_URI[sha256sum] = "d023ee369ddd2763310e4c3eae1ff649689440d4ae59d7485eb4cfbbe3e359f7"
|
||||
|
||||
RDEPENDS_${PN} = "\
|
||||
${PYTHON_PN}-ipython-genutils \
|
||||
${PYTHON_PN}-six \
|
||||
${PYTHON_PN}-decorator \
|
||||
"
|
||||
|
||||
inherit setuptools3 pypi
|
||||
Reference in New Issue
Block a user