projects
/
mudpy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d35c07
)
Drop unnecessary wheel build dependency
author
Jeremy Stanley
<fungi@yuggoth.org>
Tue, 19 Apr 2022 13:43:36 +0000
(13:43 +0000)
committer
Jeremy 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
patch
|
blob
|
history
diff --git
a/pyproject.toml
b/pyproject.toml
index
fefddad
..
01b888b
100644
(file)
--- 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"