Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > 04534a766e4331c24e0dbb8ddd683415 > files > 1

python-afdko-3.9.2-1.mga9.src.rpm

From d10c0a7a4f7744aeca6f726b8d0f2e9d2952f418 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jani=20V=C3=A4limaa?= <wally@mageia.org>
Date: Sun, 23 Oct 2022 16:08:34 +0300
Subject: [PATCH] Relax reqs

---
 pyproject.toml | 4 +---
 setup.py       | 4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index 23d18dd..7518696 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -3,9 +3,7 @@ requires = [
 	"setuptools",
 	"wheel",
 	"setuptools_scm",
-	"scikit-build",
-	"cmake",
-	"ninja"
+	"scikit-build"
 ]
 build-backend = "setuptools.build_meta"
 
diff --git a/setup.py b/setup.py
index 501d4fa..60636f9 100644
--- a/setup.py
+++ b/setup.py
@@ -196,9 +196,7 @@ def main():
           setup_requires=[
               'wheel',
               'setuptools_scm',
-              'scikit-build',
-              'cmake',
-              'ninja'
+              'scikit-build'
           ],
           tests_require=[
               'pytest',
-- 
2.38.1