Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 01/20] package/python-aiologstash: switch from distutils to setuptools
@ 2023-08-05 17:37 Bernd Kuhls
  2023-08-05 17:37 ` [Buildroot] [PATCH 02/20] package/python-backcall: " Bernd Kuhls
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: Bernd Kuhls @ 2023-08-05 17:37 UTC (permalink / raw)
  To: buildroot
  Cc: Andrey Smirnov, Julien Olivain, Bartosz Bilas, Asaf Kahlon,
	James Hilliard, Steve Calfee, Fabrice Fontaine

distutils will be dropped with python 3.12.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 package/python-aiologstash/python-aiologstash.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/python-aiologstash/python-aiologstash.mk b/package/python-aiologstash/python-aiologstash.mk
index be1c40b714..de0ed820a0 100644
--- a/package/python-aiologstash/python-aiologstash.mk
+++ b/package/python-aiologstash/python-aiologstash.mk
@@ -7,7 +7,7 @@
 PYTHON_AIOLOGSTASH_VERSION = 2.0.0
 PYTHON_AIOLOGSTASH_SOURCE = aiologstash-$(PYTHON_AIOLOGSTASH_VERSION).tar.gz
 PYTHON_AIOLOGSTASH_SITE = https://files.pythonhosted.org/packages/1c/dc/382861d5d25ccc976d02118922598fc4547f74f3287793e270ed614d8176
-PYTHON_AIOLOGSTASH_SETUP_TYPE = distutils
+PYTHON_AIOLOGSTASH_SETUP_TYPE = setuptools
 PYTHON_AIOLOGSTASH_LICENSE = MIT
 PYTHON_AIOLOGSTASH_LICENSE_FILES = LICENSE
 
-- 
2.39.2

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

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

end of thread, other threads:[~2023-08-06 17:26 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-05 17:37 [Buildroot] [PATCH 01/20] package/python-aiologstash: switch from distutils to setuptools Bernd Kuhls
2023-08-05 17:37 ` [Buildroot] [PATCH 02/20] package/python-backcall: " Bernd Kuhls
2023-08-05 17:37 ` [Buildroot] [PATCH 03/20] package/python-crc16: " Bernd Kuhls
2023-08-05 17:37 ` [Buildroot] [PATCH 04/20] package/python-crcmod: " Bernd Kuhls
2023-08-05 17:37 ` [Buildroot] [PATCH 05/20] package/python-dicttoxml: " Bernd Kuhls
2023-08-05 17:37 ` [Buildroot] [PATCH 06/20] package/python-hwdata: " Bernd Kuhls
2023-08-05 17:37 ` [Buildroot] [PATCH 07/20] package/python-iowait: " Bernd Kuhls
2023-08-05 17:37 ` [Buildroot] [PATCH 08/20] package/python-ipy: " Bernd Kuhls
2023-08-05 17:37 ` [Buildroot] [PATCH 09/20] package/python-ipython-genutils: " Bernd Kuhls
2023-08-05 17:37 ` [Buildroot] [PATCH 10/20] package/python-logstash: " Bernd Kuhls
2023-08-05 17:37 ` [Buildroot] [PATCH 11/20] package/python-mwscrape: " Bernd Kuhls
2023-08-05 17:37 ` [Buildroot] [PATCH 12/20] package/python-mwscrape2slob: " Bernd Kuhls
2023-08-05 17:37 ` [Buildroot] [PATCH 13/20] package/python-pexpect: " Bernd Kuhls
2023-08-05 17:37 ` [Buildroot] [PATCH 14/20] package/python-ptyprocess: " Bernd Kuhls
2023-08-05 17:37 ` [Buildroot] [PATCH 15/20] package/python-pyaes: " Bernd Kuhls
2023-08-05 17:37 ` [Buildroot] [PATCH 16/20] package/python-pyalsa: " Bernd Kuhls
2023-08-05 17:37 ` [Buildroot] [PATCH 17/20] package/python-pyratemp: " Bernd Kuhls
2023-08-05 17:37 ` [Buildroot] [PATCH 18/20] package/python-sdnotify: " Bernd Kuhls
2023-08-05 17:37 ` [Buildroot] [PATCH 19/20] package/python-slob: " Bernd Kuhls
2023-08-05 17:37 ` [Buildroot] [PATCH 20/20] package/python-stack-data: switch from setuptools to pep517 Bernd Kuhls
2023-08-06 17:24 ` [Buildroot] [PATCH 01/20] package/python-aiologstash: switch from distutils to setuptools Thomas Petazzoni via buildroot

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