diff options
Diffstat (limited to 'devel/py-pytest-asyncio/files/patch-pyproject.toml')
-rw-r--r-- | devel/py-pytest-asyncio/files/patch-pyproject.toml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/py-pytest-asyncio/files/patch-pyproject.toml b/devel/py-pytest-asyncio/files/patch-pyproject.toml new file mode 100644 index 000000000000..ccbb5415d6e4 --- /dev/null +++ b/devel/py-pytest-asyncio/files/patch-pyproject.toml @@ -0,0 +1,23 @@ +--- pyproject.toml.orig 2025-07-16 04:22:08 UTC ++++ pyproject.toml +@@ -1,7 +1,7 @@ requires = [ + [build-system] + build-backend = "setuptools.build_meta" + requires = [ +- "setuptools>=77", ++ "setuptools>=61", + "setuptools-scm[toml]>=6.2", + ] + +@@ -10,10 +10,7 @@ readme.file = "README.rst" + description = "Pytest support for asyncio" + readme.content-type = "text/x-rst" + readme.file = "README.rst" +-license = "Apache-2.0" +-license-files = [ +- "LICENSE", +-] ++license = { text = "Apache-2.0" } + maintainers = [ + { name = "Michael Seifert", email = "m.seifert@digitalernachschub.de" }, + ] |