From 8a9045e8f613a9de68e1424472f71cf3d5253305 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sat, 4 Oct 2025 10:00:15 +0300 Subject: [PATCH] Fix make dependencies listed as runtime dependencies --- pkg.info | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg.info b/pkg.info index c1c1d2d..c324f1e 100644 --- a/pkg.info +++ b/pkg.info @@ -1,13 +1,14 @@ name: python-charset-normalizer description: Encoding and language detection alternative to chardet version: 3.4.3 -revision: 1 +revision: 2 url: https://github.com/jawah/charset_normalizer license: MIT architecture: any type: source depends: - python3 +make_depends: - python-build - python-installer - python-setuptools-scm