mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
Closes: https://bugs.gentoo.org/836225 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
27 lines
516 B
Diff
27 lines
516 B
Diff
--- a/pyproject.toml
|
|
+++ b/pyproject.toml
|
|
@@ -3,9 +3,7 @@
|
|
"setuptools",
|
|
"wheel",
|
|
"setuptools_scm",
|
|
- "scikit-build",
|
|
- "cmake",
|
|
- "ninja"
|
|
+ "scikit-build"
|
|
]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -196,9 +196,7 @@
|
|
setup_requires=[
|
|
'wheel',
|
|
'setuptools_scm',
|
|
- 'scikit-build',
|
|
- 'cmake',
|
|
- 'ninja'
|
|
+ 'scikit-build'
|
|
],
|
|
tests_require=[
|
|
'pytest',
|