diff options
Diffstat (limited to 'devel/py-retrying/files/patch-pyproject.toml')
-rw-r--r-- | devel/py-retrying/files/patch-pyproject.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/py-retrying/files/patch-pyproject.toml b/devel/py-retrying/files/patch-pyproject.toml new file mode 100644 index 000000000000..b17915e5580e --- /dev/null +++ b/devel/py-retrying/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2025-08-03 03:33:19 UTC ++++ pyproject.toml +@@ -33,7 +33,7 @@ authors = [ + {name = "Simeon Visser"}, + {name = "Thomas Goirand"}, + ] +-license = "Apache-2.0" ++license = {text = "Apache-2.0"} + readme = "README.md" + requires-python = ">=3.6" + classifiers = [ |