* [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
* Re: [Buildroot] [PATCH v2] package/python-automat: add missing build-time dependency
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
1 sibling, 0 replies; 5+ messages in thread
From: Yegor Yefremov @ 2022-07-04 10:22 UTC (permalink / raw)
To: buildroot; +Cc: Asaf Kahlon
On Mon, Jul 4, 2022 at 11:46 AM <yegorslists@googlemail.com> wrote:
>
> 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
Please, ignore this patch.
Yegor
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Buildroot] [PATCH v2] package/python-automat: add missing build-time dependency
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
1 sibling, 1 reply; 5+ messages in thread
From: Yann E. MORIN @ 2022-07-04 15:45 UTC (permalink / raw)
To: yegorslists; +Cc: James Hilliard, Asaf Kahlon, buildroot
Yegor, All,
+James
On 2022-07-04 11:46 +0200, yegorslists--- via buildroot spake thusly:
> From: Yegor Yefremov <yegorslists@googlemail.com>
>
> python-automat needs host-python-typing-extensions.
Isn't that similar to the patch about python-argon2-cffi-bindings?
Regards,
Yann E. MORIN.
> 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
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Buildroot] [PATCH v2] package/python-automat: add missing build-time dependency
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
0 siblings, 1 reply; 5+ messages in thread
From: Yann E. MORIN @ 2022-07-04 15:51 UTC (permalink / raw)
To: yegorslists; +Cc: James Hilliard, Asaf Kahlon, buildroot
Yegor, All,
On 2022-07-04 17:45 +0200, Yann E. MORIN spake thusly:
> On 2022-07-04 11:46 +0200, yegorslists--- via buildroot spake thusly:
> > From: Yegor Yefremov <yegorslists@googlemail.com>
> > python-automat needs host-python-typing-extensions.
> Isn't that similar to the patch about python-argon2-cffi-bindings?
Ah, somehow I did not receive your followup that mentions to ignore this
patch, so I guess it is fixed by the patch about python-setuptools-scm:
https://patchwork.ozlabs.org/project/buildroot/patch/20220704104820.5332-1-yegorslists@googlemail.com/
Thanks!
Regards,
Yann E. MORIN.
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Buildroot] [PATCH v2] package/python-automat: add missing build-time dependency
2022-07-04 15:51 ` Yann E. MORIN
@ 2022-07-04 16:40 ` Yegor Yefremov via buildroot
0 siblings, 0 replies; 5+ messages in thread
From: Yegor Yefremov via buildroot @ 2022-07-04 16:40 UTC (permalink / raw)
To: Yann E. MORIN; +Cc: James Hilliard, Asaf Kahlon, buildroot
Hi Yann,
On Mon, Jul 4, 2022 at 5:51 PM Yann E. MORIN <yann.morin.1998@free.fr> wrote:
>
> Yegor, All,
>
> On 2022-07-04 17:45 +0200, Yann E. MORIN spake thusly:
> > On 2022-07-04 11:46 +0200, yegorslists--- via buildroot spake thusly:
> > > From: Yegor Yefremov <yegorslists@googlemail.com>
> > > python-automat needs host-python-typing-extensions.
> > Isn't that similar to the patch about python-argon2-cffi-bindings?
>
> Ah, somehow I did not receive your followup that mentions to ignore this
> patch, so I guess it is fixed by the patch about python-setuptools-scm:
> https://patchwork.ozlabs.org/project/buildroot/patch/20220704104820.5332-1-yegorslists@googlemail.com/
Yes, it is fixed by the setuptools-scm patch.
Yegor
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [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