[Buildroot] [git commit] package/python-automat: drop host-python-m2r build dependency

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sun Dec 11 21:40:45 UTC 2022


commit: https://git.buildroot.net/buildroot/commit/?id=6398d18d50c021992375c4229e3898402c3a1cc8
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Since version 22.10.0, used since Buildroot commit
12c430f880f9255529d8c53cdb59f4178d2cd8f4, 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 at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/python-automat/python-automat.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/python-automat/python-automat.mk b/package/python-automat/python-automat.mk
index 675fbd2260..101197b15b 100644
--- a/package/python-automat/python-automat.mk
+++ b/package/python-automat/python-automat.mk
@@ -10,6 +10,6 @@ PYTHON_AUTOMAT_SITE = https://files.pythonhosted.org/packages/7a/7b/9c3d26d8a041
 PYTHON_AUTOMAT_SETUP_TYPE = setuptools
 PYTHON_AUTOMAT_LICENSE = MIT
 PYTHON_AUTOMAT_LICENSE_FILES = LICENSE
-PYTHON_AUTOMAT_DEPENDENCIES = host-python-m2r host-python-setuptools-scm
+PYTHON_AUTOMAT_DEPENDENCIES = host-python-setuptools-scm
 
 $(eval $(python-package))



More information about the buildroot mailing list