Switch gcc dependenency to gcc-libs

This commit is contained in:
2025-08-24 12:24:16 +03:00
parent b3f7c76724
commit 9c673ecc44
+3 -2
View File
@@ -1,9 +1,10 @@
name: python-levenshtein name: python-levenshtein
description: Python extension for computing string edit distances and similarities description: Python extension for computing string edit distances and similarities
version: 0.27.1 version: 0.27.1
revision: 2
url: https://github.com/rapidfuzz/Levenshtein url: https://github.com/rapidfuzz/Levenshtein
license: GPL2-or-later license: GPL2-or-later
architecture: any architecture: any
depends: ["gcc","glibc","python3","python-rapidfuzz"] depends: ["gcc-libs", "glibc", "python3", "python-rapidfuzz"]
make_depends: ["python-cython","python-build","python-installer","python-scikit-build-core","python-setuptools","rapidfuzz-cpp"] make_depends: ["python-cython", "python-build", "python-installer", "python-scikit-build-core", "python-setuptools", "rapidfuzz-cpp"]
type: source type: source