mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 20:18:18 +00:00
try fix suggested in #7041
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
8e26c2af17
commit
7e716f7cfe
|
@ -1,3 +1,6 @@
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["setuptools>=46.4.0", "wheel", "cmake"]
|
requires = ["setuptools>=46.4.0", "wheel", "cmake"]
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
|
[project]
|
||||||
|
dependencies = ["importlib-resources" ]
|
Loading…
Reference in a new issue