From 8ee257ab58b3a55bc66a546457ec5518baa3e6d2 Mon Sep 17 00:00:00 2001
From: Marcel Telka <marcel@telka.sk>
Date: Mon, 25 Dec 2023 10:32:12 +0100
Subject: [PATCH] python/distro: update to 1.9.0; obsolete package for Python 3.7

---
 components/python/distro/Makefile |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/components/python/distro/Makefile b/components/python/distro/Makefile
index d1079e0..38fc7e3 100644
--- a/components/python/distro/Makefile
+++ b/components/python/distro/Makefile
@@ -19,13 +19,13 @@
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME =		distro
-HUMAN_VERSION =			1.8.0
+HUMAN_VERSION =			1.9.0
 COMPONENT_SUMMARY =		distro - Distro - an OS platform information API
 COMPONENT_PROJECT_URL =		https://github.com/python-distro/distro
 COMPONENT_ARCHIVE_URL =		\
-	https://files.pythonhosted.org/packages/4b/89/eaa3a3587ebf8bed93e45aa79be8c2af77d50790d15b53f6dfc85b57f398/distro-1.8.0.tar.gz
+	https://files.pythonhosted.org/packages/fc/f8/98eea607f65de6527f8a2e8885fc8015d3e6f5775df186e443e0964a11c3/distro-1.9.0.tar.gz
 COMPONENT_ARCHIVE_HASH =	\
-	sha256:02e111d1dc6a50abb8eed6bf31c3e48ed8b0830d1ea2a1b78c61765c2513fdd8
+	sha256:2fa77c6fd8940f116ee1d6b94a2f90b13b5ea8d019b98bc8bafdcabcdd9bdbed
 COMPONENT_LICENSE =		Apache-2.0
 COMPONENT_LICENSE_FILE =	LICENSE
 
@@ -35,4 +35,5 @@
 
 # Auto-generated dependencies
 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
+PYTHON_REQUIRED_PACKAGES += library/python/wheel
 PYTHON_REQUIRED_PACKAGES += runtime/python

--
Gitblit v1.9.3