From 3bc5f0d4aa4dc7628137af0a2ba3d2b93a435375 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Wed, 6 May 2026 11:49:51 +0300 Subject: [PATCH] Use wildcard dependency matching --- pkg.info | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg.info b/pkg.info index 6553e35..cc886df 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: python-installer description: A low-level library for installing from a Python wheel distribution version: 1.0.0 -revision: 1 +revision: 2 url: https://github.com/pypa/installer license: MIT maintainers: @@ -10,7 +10,7 @@ architecture: any output_architecture: any type: source depends: - - python3=3.14.4 + - python3=3.14.* make_depends: - python-flit-core downloads: