From fbf8ad54b79dc5bf2500948a19723b8bcddd7ddc Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Tue, 19 Apr 2022 13:43:36 +0000 Subject: [PATCH] Drop unnecessary wheel build dependency Wheel is included automatically when needed, so simplify the backend deps accordingly. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fefddad..01b888b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,5 +3,5 @@ # provided in the LICENSE file distributed with this software. [build-system] -requires = ["pbr>=5.8.0", "setuptools>=36.6.0", "wheel"] +requires = ["pbr>=5.8.0", "setuptools>=36.6.0"] build-backend = "pbr.build" -- 2.11.0