Fix make dependencies listed as runtime dependencies

This commit is contained in:
2025-10-04 10:00:15 +03:00
parent 87da5147e6
commit 8a9045e8f6
+2 -1
View File
@@ -1,13 +1,14 @@
name: python-charset-normalizer name: python-charset-normalizer
description: Encoding and language detection alternative to chardet description: Encoding and language detection alternative to chardet
version: 3.4.3 version: 3.4.3
revision: 1 revision: 2
url: https://github.com/jawah/charset_normalizer url: https://github.com/jawah/charset_normalizer
license: MIT license: MIT
architecture: any architecture: any
type: source type: source
depends: depends:
- python3 - python3
make_depends:
- python-build - python-build
- python-installer - python-installer
- python-setuptools-scm - python-setuptools-scm