From cfcfcc82e4181e9b57aab798921e2703104af28c Mon Sep 17 00:00:00 2001 From: jo Date: Sun, 21 Aug 2022 14:48:52 +0200 Subject: [PATCH] chore: revert pin setuptools to <64.0.0 for build backend This reverts commit 2bde574487b7d2fde097db76a9f525b188d70662. --- analyzer/pyproject.toml | 2 +- api-client/pyproject.toml | 2 +- api/pyproject.toml | 2 +- playout/pyproject.toml | 2 +- shared/pyproject.toml | 2 +- tools/pyproject.toml | 2 +- worker/pyproject.toml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/analyzer/pyproject.toml b/analyzer/pyproject.toml index bae64eaa8..7de38496a 100644 --- a/analyzer/pyproject.toml +++ b/analyzer/pyproject.toml @@ -14,5 +14,5 @@ log_cli = true log_cli_level = "DEBUG" [build-system] -requires = ["setuptools<64.0", "wheel"] +requires = ["setuptools", "wheel"] build-backend = "setuptools.build_meta" diff --git a/api-client/pyproject.toml b/api-client/pyproject.toml index bae64eaa8..7de38496a 100644 --- a/api-client/pyproject.toml +++ b/api-client/pyproject.toml @@ -14,5 +14,5 @@ log_cli = true log_cli_level = "DEBUG" [build-system] -requires = ["setuptools<64.0", "wheel"] +requires = ["setuptools", "wheel"] build-backend = "setuptools.build_meta" diff --git a/api/pyproject.toml b/api/pyproject.toml index ab24b6a79..7ece05658 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -41,5 +41,5 @@ omit = [ ] [build-system] -requires = ["setuptools<64.0", "wheel"] +requires = ["setuptools", "wheel"] build-backend = "setuptools.build_meta" diff --git a/playout/pyproject.toml b/playout/pyproject.toml index 2c770aaff..17fdd3f74 100644 --- a/playout/pyproject.toml +++ b/playout/pyproject.toml @@ -17,5 +17,5 @@ log_cli = true log_cli_level = "DEBUG" [build-system] -requires = ["setuptools<64.0", "wheel"] +requires = ["setuptools", "wheel"] build-backend = "setuptools.build_meta" diff --git a/shared/pyproject.toml b/shared/pyproject.toml index b060ad6e6..cd638a160 100644 --- a/shared/pyproject.toml +++ b/shared/pyproject.toml @@ -20,5 +20,5 @@ log_cli = true log_cli_level = "DEBUG" [build-system] -requires = ["setuptools<64.0", "wheel"] +requires = ["setuptools", "wheel"] build-backend = "setuptools.build_meta" diff --git a/tools/pyproject.toml b/tools/pyproject.toml index ccf49150a..538f9969d 100644 --- a/tools/pyproject.toml +++ b/tools/pyproject.toml @@ -11,5 +11,5 @@ allow_redefinition = true disallow_incomplete_defs= true [build-system] -requires = ["setuptools<64.0", "wheel"] +requires = ["setuptools", "wheel"] build-backend = "setuptools.build_meta" diff --git a/worker/pyproject.toml b/worker/pyproject.toml index bae64eaa8..7de38496a 100644 --- a/worker/pyproject.toml +++ b/worker/pyproject.toml @@ -14,5 +14,5 @@ log_cli = true log_cli_level = "DEBUG" [build-system] -requires = ["setuptools<64.0", "wheel"] +requires = ["setuptools", "wheel"] build-backend = "setuptools.build_meta"