Opened at 2023-03-21T12:53:07Z
Closed at 2023-03-26T21:06:11Z
#3991 closed defect (fixed)
The Nix package does not build for PyPy or CPython 3.11
Reported by: | exarkun | Owned by: | GitHub <noreply@…> |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | unknown | Version: | n/a |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
The Nix package pulls in some unnecessary dependencies that also happen to be incompatible with (ie, broken for) these two Nixpkgs Python package.
There's quite a few of these but the fix for each is generally quite simple - it just involves breaking an optional dependency somewhere. None of these are optional dependencies Tahoe-LAFS actually requires, they're just what you get by default from the Nixpkgs Python package set.
Change History (1)
comment:1 Changed at 2023-03-26T21:06:11Z by GitHub <noreply@…>
- Owner set to GitHub <noreply@…>
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 2dd3b5d/trunk: