From 07dc5e0a67915c73005d0ed32bcb7c7ef9c12448 Mon Sep 17 00:00:00 2001 From: FeRD (Frank Dana) Date: Sep 22 2024 06:36:49 +0000 Subject: Add setuptools to dependencies for Python 3.12+ Since the package still uses pkg_resources, in Python 3.12 it requires the installation of setuptools which is no longer available by default. Signed-off-by: FeRD (Frank Dana) --- diff --git a/pyproject.toml b/pyproject.toml index 8cf7880..fdc00ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,6 +29,7 @@ dependencies = [ "openidc-client", "python-bugzilla", "rpkg", + "setuptools;python_version>='3.12'", ] [project.scripts]