From: Jeremy Stanley Date: Tue, 19 Apr 2022 13:43:36 +0000 (+0000) Subject: Drop unnecessary wheel build dependency X-Git-Tag: 0.5.0~2 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=fbf8ad54b79dc5bf2500948a19723b8bcddd7ddc Drop unnecessary wheel build dependency Wheel is included automatically when needed, so simplify the backend deps accordingly. --- 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"