File: Exclude-ninja-from-dependencies.patch

package info (click to toggle)
meson-python 0.12.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 704 kB
  • sloc: python: 1,876; ansic: 101; makefile: 13
file content (22 lines) | stat: -rw-r--r-- 483 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Simon McVittie <smcv@debian.org>
Date: Tue, 6 Sep 2022 19:55:28 +0100
Subject: Exclude ninja from dependencies

In Debian we want to pull in ninja-build as a .deb dependency, not
as a Python dependency.

Forwarded: not-needed, Debian-specific
---
 pyproject.toml | 2 --
 1 file changed, 2 deletions(-)

--- a/pyproject.toml
+++ b/pyproject.toml
@@ -45,7 +45,6 @@ test = [
   'Cython',
   'pyproject-metadata>=0.6.1',
   'wheel',
-  'ninja',
 ]
 docs = [
   'furo>=2021.08.31',