mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -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:
@@ -51,7 +51,10 @@ BDEPEND="
|
|||||||
|
|
||||||
DOCS=( {README,NEWS}.md docs )
|
DOCS=( {README,NEWS}.md docs )
|
||||||
|
|
||||||
PATCHES=( "${FILESDIR}/${PN}-3.6.2-_get_scripts-to-data_files.patch" )
|
PATCHES=(
|
||||||
|
"${FILESDIR}/${PN}-3.6.2-_get_scripts-to-data_files.patch"
|
||||||
|
"${FILESDIR}/${P}-no-cmake-ninja-deps.patch"
|
||||||
|
)
|
||||||
|
|
||||||
distutils_enable_tests pytest
|
distutils_enable_tests pytest
|
||||||
|
|
||||||
|
|||||||
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