Switch gcc dependenency to gcc-libs
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
name: python-rapidfuzz
|
||||
description: Rapid fuzzy string matching in Python using various string metrics
|
||||
version: 3.12.2
|
||||
revision: 2
|
||||
url: https://github.com/rapidfuzz/RapidFuzz
|
||||
license: MIT
|
||||
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"]
|
||||
type: source
|
||||
|
||||
Reference in New Issue
Block a user