python-configobj package was removed in commit
8d264a9617 because of the missing
support for Python 3.x.
Meanwhile, this problem was fixed, hence readd the package.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
570 B
Makefile
15 lines
570 B
Makefile
################################################################################
|
|
#
|
|
# python-configobj
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_CONFIGOBJ_VERSION = 5.0.8
|
|
PYTHON_CONFIGOBJ_SOURCE = configobj-$(PYTHON_CONFIGOBJ_VERSION).tar.gz
|
|
PYTHON_CONFIGOBJ_SITE = https://files.pythonhosted.org/packages/cb/87/17d4c6d634c044ab08b11c0cd2a8a136d103713d438f8792d7be2c5148fb
|
|
PYTHON_CONFIGOBJ_SETUP_TYPE = setuptools
|
|
PYTHON_CONFIGOBJ_LICENSE = BSD-3-Clause
|
|
PYTHON_CONFIGOBJ_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|