From aaf62474e760fa4572ab5c2eeaea42a14208f70f Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Thu, 22 Feb 2024 19:34:01 +0100 Subject: [PATCH] overrides: add many new overrides --- overrides/build-systems.json | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/overrides/build-systems.json b/overrides/build-systems.json index 9a22f30..13d567e 100644 --- a/overrides/build-systems.json +++ b/overrides/build-systems.json @@ -5219,6 +5219,9 @@ "setuptools", "setuptools-scm" ], + "django-autoslug": [ + "setuptools" + ], "django-bootstrap-form": [ "setuptools" ], @@ -5233,7 +5236,8 @@ "setuptools-scm" ], "django-bootstrap5": [ - "hatchling" + "hatchling", + "setuptools" ], "django-cache-memoize": [ "setuptools" @@ -5828,6 +5832,7 @@ "setuptools" ], "dparse": [ + "hatchling", "setuptools" ], "dparse2": [ @@ -6201,6 +6206,9 @@ "email-validator": [ "setuptools" ], + "emails": [ + "setuptools" + ], "emailthreads": [ "setuptools" ], @@ -13555,6 +13563,9 @@ "ndg-httpsclient": [ "setuptools" ], + "ndh": [ + "poetry-core" + ], "ndindex": [ "cython" ], @@ -15157,6 +15168,9 @@ "peco": [ "setuptools" ], + "peertube": [ + "setuptools" + ], "peewee": [ "cython", "setuptools" @@ -17802,6 +17816,9 @@ "pyobihai": [ "setuptools" ], + "pyocclient": [ + "setuptools" + ], "pyocd": [ "setuptools", "setuptools-scm" @@ -21252,7 +21269,8 @@ "setuptools" ], "safety-schemas": [ - "hatchling" + "hatchling", + "poetry-core" ], "sagemaker": [ "setuptools" @@ -26167,6 +26185,9 @@ "wagtail": [ "setuptools" ], + "wagtail-autocomplete": [ + "setuptools" + ], "wagtail-localize": [ "flit-core" ],