Index | Thread | Search

From:
Mikolaj Kucharski <mikolaj@kucharski.name>
Subject:
Re: Missing dependency in py3-hatchling-1.26.1
To:
ports@openbsd.org
Date:
Wed, 13 Nov 2024 11:39:14 +0000

Download raw body.

Thread
On Wed, Nov 13, 2024 at 11:33:33AM +0000, Mikolaj Kucharski wrote:
> Hi,
> 
> Noticed this today:
> 
> ...
> ===>  Extracting for py3-hatchling-1.26.1
> ===>  Patching for py3-hatchling-1.26.1
> ===>  Compiler link: clang -> /usr/bin/clang
> ===>  Compiler link: clang++ -> /usr/bin/clang++
> ===>  Compiler link: cc -> /usr/bin/cc
> ===>  Compiler link: c++ -> /usr/bin/c++
> ===>  Generating configure for py3-hatchling-1.26.1
> ===>  Configuring for py3-hatchling-1.26.1
> ===>  Building for py3-hatchling-1.26.1
> * Getting build dependencies for wheel...
> 
> ERROR Missing dependencies:
>         packaging>=24.2

Run depends is actually there, but doesn't have minimal version
specified. My machine has previous version installed:

	$ pkg_info -qI | grep packaging
	py3-packaging-24.1

hence it fails.

-- 
Regards,
 Mikolaj