diff options
Diffstat (limited to '')
-rw-r--r-- | devel/py-pytest-asyncio/files/patch-pyproject.toml | 22 |
1 files changed, 22 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..d0998d710688 --- /dev/null +++ b/devel/py-pytest-asyncio/files/patch-pyproject.toml @@ -0,0 +1,22 @@ +--- 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", + "setuptools-scm[toml]>=6.2", + ] + +@@ -10,10 +10,6 @@ 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", +-] + maintainers = [ + { name = "Michael Seifert", email = "m.seifert@digitalernachschub.de" }, + ] |