9915fb7e8f
Add 'traitlets'[1] package to Buildroot. Needed by IPython. [1] https://pypi.python.org/pypi/traitlets Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 lines
564 B
Makefile
15 lines
564 B
Makefile
################################################################################
|
|
#
|
|
# python-traitlets
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_TRAITLETS_VERSION = 4.3.2
|
|
PYTHON_TRAITLETS_SOURCE = traitlets-$(PYTHON_TRAITLETS_VERSION).tar.gz
|
|
PYTHON_TRAITLETS_SITE = https://pypi.python.org/packages/a5/98/7f5ef2fe9e9e071813aaf9cb91d1a732e0a68b6c44a32b38cb8e14c3f069
|
|
PYTHON_TRAITLETS_LICENSE = BSD-3-Clause
|
|
PYTHON_TRAITLETS_LICENSE_FILE = COPYING.md
|
|
PYTHON_TRAITLETS_SETUP_TYPE = distutils
|
|
|
|
$(eval $(python-package))
|