Use wildcard dependency matching

This commit is contained in:
2026-05-06 11:49:51 +03:00
parent 3570c127b2
commit 3bc5f0d4aa
+2 -2
View File
@@ -1,7 +1,7 @@
name: python-installer name: python-installer
description: A low-level library for installing from a Python wheel distribution description: A low-level library for installing from a Python wheel distribution
version: 1.0.0 version: 1.0.0
revision: 1 revision: 2
url: https://github.com/pypa/installer url: https://github.com/pypa/installer
license: MIT license: MIT
maintainers: maintainers:
@@ -10,7 +10,7 @@ architecture: any
output_architecture: any output_architecture: any
type: source type: source
depends: depends:
- python3=3.14.4 - python3=3.14.*
make_depends: make_depends:
- python-flit-core - python-flit-core
downloads: downloads: