Drop unnecessary wheel build dependency
authorJeremy Stanley <fungi@yuggoth.org>
Tue, 19 Apr 2022 13:43:36 +0000 (13:43 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Tue, 19 Apr 2022 13:43:36 +0000 (13:43 +0000)
Wheel is included automatically when needed, so simplify the backend
deps accordingly.

pyproject.toml

index fefddad..01b888b 100644 (file)
@@ -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"