From 9c673ecc448ac0d12370c2718cf1c23eff2871a2 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sun, 24 Aug 2025 12:24:16 +0300 Subject: [PATCH] Switch gcc dependenency to gcc-libs --- pkg.info | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkg.info b/pkg.info index 5354b69..b7e4f38 100644 --- a/pkg.info +++ b/pkg.info @@ -1,9 +1,10 @@ name: python-levenshtein description: Python extension for computing string edit distances and similarities version: 0.27.1 +revision: 2 url: https://github.com/rapidfuzz/Levenshtein license: GPL2-or-later architecture: any -depends: ["gcc","glibc","python3","python-rapidfuzz"] -make_depends: ["python-cython","python-build","python-installer","python-scikit-build-core","python-setuptools","rapidfuzz-cpp"] +depends: ["gcc-libs", "glibc", "python3", "python-rapidfuzz"] +make_depends: ["python-cython", "python-build", "python-installer", "python-scikit-build-core", "python-setuptools", "rapidfuzz-cpp"] type: source