Switch gcc dependenency to gcc-libs
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
name: python-rapidfuzz
|
name: python-rapidfuzz
|
||||||
description: Rapid fuzzy string matching in Python using various string metrics
|
description: Rapid fuzzy string matching in Python using various string metrics
|
||||||
version: 3.12.2
|
version: 3.12.2
|
||||||
|
revision: 2
|
||||||
url: https://github.com/rapidfuzz/RapidFuzz
|
url: https://github.com/rapidfuzz/RapidFuzz
|
||||||
license: MIT
|
license: MIT
|
||||||
architecture: any
|
architecture: any
|
||||||
depends: ["gcc","glibc","python3"]
|
depends: ["gcc-libs", "glibc", "python3"]
|
||||||
make_depends: ["git","python-build","python-cython","python-installer","python-scikit-build-core","rapidfuzz-cpp"]
|
make_depends: ["git", "python-build", "python-cython", "python-installer", "python-scikit-build-core", "rapidfuzz-cpp"]
|
||||||
type: source
|
type: source
|
||||||
|
|||||||
Reference in New Issue
Block a user