#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

In 2dd3b5d/trunk:

Merge pull request #1272 from exarkun/3991.build-with-nix-for-pypy

Build with Nix for Python 3.11 and PyPy? 3.9

Fixes: ticket:3991

Note: See TracTickets for help on using tickets.