summarylogtreecommitdiffstats
path: root/0001-Remove-bogus-ninja-wheel-dependency.patch
blob: 6a3e866e06044ee5f3c0e1e97e552e9361a34458 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From 0c30de4681724c5531c24b1bfa44e055caa95e63 Mon Sep 17 00:00:00 2001
From: Xiretza <xiretza@xiretza.xyz>
Date: Sat, 13 May 2023 20:50:54 +0000
Subject: [PATCH] Remove bogus ninja wheel dependency

ninja is installed as a system package, not as a python wheel.
---
 pyproject.toml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 2a5bc90..8bc6953 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,5 +4,4 @@ requires = [
          "setuptools_scm[toml]>=3.4",
          "setuptools-git",
          "wheel",
-         "ninja",
          "cmake_build_extension"]
-- 
2.40.1