NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.94k stars 13.96k forks source link

Build failure: gaphor #291281

Open jansol opened 8 months ago

jansol commented 8 months ago

Steps To Reproduce

nix run nixpkgs#gaphor

Build log

Last 10 log lines as printed by nix seem quite straightforward:

Creating a wheel...
* Getting build dependencies for wheel...
* Building wheel...
Successfully built gaphor-2.8.2-py3-none-any.whl
Finished creating a wheel...
Finished executing pypaBuildPhase
Running phase: pythonRuntimeDepsCheckHook
Executing pythonRuntimeDepsCheck
Checking runtime dependencies for gaphor-2.8.2-py3-none-any.whl
  - jedi<0.19.0,>=0.18.1 not satisfied by version 0.19.1

Notify maintainers

@wolfangaukang

Metadata

[user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
 - system: `"x86_64-linux"`
 - host os: `Linux 6.7.4, NixOS, 24.05 (Uakari), 24.05.20240207.f8e2ebd`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.18.1`
 - channels(root): `"nixos"`
 - channels(user): `""`
 - nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos`

Add a :+1: reaction to issues you find important.

WolfangAukang commented 8 months ago

https://github.com/NixOS/nixpkgs/pull/283526

TJesionowski commented 4 months ago

Just need to update gaphor, looks like. Latest version's pyproject.toml says it supports the updated dependencies.