Add setuptools to the runtime dependencies (fix RHBZ#2268986)

This commit is contained in:
Benjamin A. Beasley
2024-03-11 09:30:17 -04:00
parent bc15816665
commit 2e4f747a07
2 changed files with 22 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
diff -Naur flexcache-0.2-original/setup.cfg flexcache-0.2/setup.cfg
--- flexcache-0.2-original/setup.cfg 2022-02-27 23:12:46.468990600 -0500
+++ flexcache-0.2/setup.cfg 2024-03-11 08:32:50.998736526 -0400
@@ -26,6 +26,8 @@
zip_safe = True
include_package_data = True
python_requires = >=3.7
+install_requires =
+ setuptools
setup_requires =
setuptools
setuptools_scm