jobextra/python-setuptools/add-dependency.patch.diffs

21 lines
519 B
Plaintext

--- add-dependency.patch 2023-01-29 18:53:13.468062269 +0200
+++ add-dependency.patch.old 2022-11-12 16:30:46.942253520 +0200
@@ -2,15 +2,16 @@
index f9dd790..0cd700e 100644
--- a/setup.cfg.orig
+++ b/setup.cfg
-@@ -26,6 +26,13 @@ packages = find_namespace:
+@@ -26,6 +26,14 @@ packages = find_namespace:
# include_package_data = true
python_requires = >=3.7
install_requires =
-+ platformdirs
++ appdirs
+ jaraco.text
+ more-itertools
+ ordered-set
+ packaging
++ pyparsing
+ tomli
+ validate-pyproject