Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2] package/python-automat: add missing build-time dependency
@ 2022-07-04  9:46 yegorslists--- via buildroot
  2022-07-04 10:22 ` Yegor Yefremov
  2022-07-04 15:45 ` Yann E. MORIN
  0 siblings, 2 replies; 5+ messages in thread
From: yegorslists--- via buildroot @ 2022-07-04  9:46 UTC (permalink / raw)
  To: buildroot; +Cc: Asaf Kahlon

From: Yegor Yefremov <yegorslists@googlemail.com>

python-automat needs host-python-typing-extensions.

Fixes: http://autobuild.buildroot.net/results/a4a52da24032222860ad6abe89bf66839cc2e812/

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
Changes:
	v1 -> v2: add Fixes tag

 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 b94fd2e1c4..03d6759718 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/80/c5/82c63bad570f
 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-m2r host-python-setuptools-scm host-python-typing-extensions
 
 $(eval $(python-package))
-- 
2.17.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-07-04 16:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-04  9:46 [Buildroot] [PATCH v2] package/python-automat: add missing build-time dependency yegorslists--- via buildroot
2022-07-04 10:22 ` Yegor Yefremov
2022-07-04 15:45 ` Yann E. MORIN
2022-07-04 15:51   ` Yann E. MORIN
2022-07-04 16:40     ` Yegor Yefremov via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox