summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@jelmer.uk>2022-10-19 09:15:13 +0100
committerStephen Finucane <stephenfinucane@hotmail.com>2022-10-19 11:49:38 +0100
commitd303d552579b9749433d8d8380ff799880721fae (patch)
treed1cb94ff539c6832662ff863cbd7baa912f7a5d4
parent1c9e951be29f203b720251b1288b6ca54ce1b505 (diff)
downloadfixtures-git-d303d552579b9749433d8d8380ff799880721fae.tar.gz
Don't explicitly build-require wheel
See https://github.com/pypa/setuptools/commit/f7d30a9529378cf69054b5176249e5457aaf640a
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 0d225e9..98f31a4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,3 +1,3 @@
[build-system]
-requires = ["pbr>=5.7.0", "setuptools>=36.6.0", "wheel"]
+requires = ["pbr>=5.7.0", "setuptools>=36.6.0"]
build-backend = "pbr.build"