You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
69ba1562d5
Drop no longer needed missing license file workaround: https://github.com/xmlrunner/unittest-xml-reporting/commit/c43427611390fba83ca13fbb5311bd8fece5048f Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
687 B
Makefile
15 lines
687 B
Makefile
################################################################################
|
|
#
|
|
# python-unittest-xml-reporting
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_UNITTEST_XML_REPORTING_VERSION = 3.2.0
|
|
PYTHON_UNITTEST_XML_REPORTING_SOURCE = unittest-xml-reporting-$(PYTHON_UNITTEST_XML_REPORTING_VERSION).tar.gz
|
|
PYTHON_UNITTEST_XML_REPORTING_SITE = https://files.pythonhosted.org/packages/ed/40/3bf1afc96e93c7322520981ac4593cbb29daa21b48d32746f05ab5563dca
|
|
PYTHON_UNITTEST_XML_REPORTING_SETUP_TYPE = setuptools
|
|
PYTHON_UNITTEST_XML_REPORTING_LICENSE = BSD-2-Clause
|
|
PYTHON_UNITTEST_XML_REPORTING_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|