6398d18d50
Since version 22.10.0, used since Buildroot commit
12c430f880
, python-automat no longer
needs host-python-m2r, so let's drop this dependency.
This is needed as host-python-m2r is about to be removed from
Buildroot, due to incompatibility with its dependencies.
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
16 lines
602 B
Makefile
16 lines
602 B
Makefile
################################################################################
|
|
#
|
|
# python-automat
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_AUTOMAT_VERSION = 22.10.0
|
|
PYTHON_AUTOMAT_SOURCE = Automat-$(PYTHON_AUTOMAT_VERSION).tar.gz
|
|
PYTHON_AUTOMAT_SITE = https://files.pythonhosted.org/packages/7a/7b/9c3d26d8a0416eefbc0428f168241b32657ca260fb7ef507596ff5c2f6c4
|
|
PYTHON_AUTOMAT_SETUP_TYPE = setuptools
|
|
PYTHON_AUTOMAT_LICENSE = MIT
|
|
PYTHON_AUTOMAT_LICENSE_FILES = LICENSE
|
|
PYTHON_AUTOMAT_DEPENDENCIES = host-python-setuptools-scm
|
|
|
|
$(eval $(python-package))
|