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',
