diff options
Diffstat (limited to 'www/py-modelsearch/files/patch-pyproject.toml')
| -rw-r--r-- | www/py-modelsearch/files/patch-pyproject.toml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/www/py-modelsearch/files/patch-pyproject.toml b/www/py-modelsearch/files/patch-pyproject.toml new file mode 100644 index 000000000000..c776d7d3bcd7 --- /dev/null +++ b/www/py-modelsearch/files/patch-pyproject.toml @@ -0,0 +1,24 @@ +--- pyproject.toml.orig 2025-11-04 18:52:34 UTC ++++ pyproject.toml +@@ -1,5 +1,5 @@ + [build-system] +-requires = ["setuptools>=80,<81"] ++requires = ["setuptools>=61"] + build-backend = "setuptools.build_meta" + + [project] +@@ -11,12 +11,11 @@ dependencies = [ + requires-python = ">= 3.10" + dependencies = [ + "Django (>5.0,<6)", +- "django-tasks>=0.7,<0.9", ++ "django-tasks>=0.7,<1", + ] + description = "A library for indexing Django models with Elasicsearch, OpenSearch or database and searching them with the Django ORM." + readme = "README.md" +-license = "BSD-3-Clause" +-license-files = ["LICENSE"] ++license = {text = "BSD-3-Clause"} + classifiers = [ + "Development Status :: 5 - Production/Stable", + "Environment :: Web Environment", |
