mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
dev-util/afdko: prevent pip from installing cmake, ninja
Closes: https://bugs.gentoo.org/836146 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
13
dev-util/afdko/files/afdko-3.8.1-no-cmake-ninja-deps.patch
Normal file
13
dev-util/afdko/files/afdko-3.8.1-no-cmake-ninja-deps.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
--- 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"
|
||||
|
||||
Reference in New Issue
Block a user