From c4327c28194af3c3e9ada9ecdfed6bf4ef5cefd3 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Fri, 19 May 2023 22:48:31 +0200 Subject: [PATCH] add wheel to build-system requirements --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 307332cf87..f27ebcfa5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ borg = "borg.archiver:main" borgfs = "borg.archiver:main" [build-system] -requires = ["setuptools", "pkgconfig", "Cython", "setuptools_scm[toml]>=6.2"] +requires = ["setuptools", "wheel", "pkgconfig", "Cython", "setuptools_scm[toml]>=6.2"] build-backend = "setuptools.build_meta" [tool.setuptools_scm]