Uninett / nav-debian

Debian Package for NAV, based on a fork of the original repo
https://github.com/UNINETT/nav
GNU General Public License v3.0
4 stars 3 forks source link

Build NAV package for Debian Bookworm #19

Open lunkwill42 opened 9 months ago

lunkwill42 commented 9 months ago

We need to build a Debian Bookworm package of NAV to support the latest stable distro.

However, Debian Bookworm comes with Python 3.11, and the latest version of NAV (5.8) does not run on Python 3.11.

From here, there are two possible strategies:

  1. Wait until NAV is updated to run on Python 3.11
  2. Build a bookworm package with a dependency to a Python 3.9 port for Debian Bookworm (if such a thing exists).

Getting NAV to run on Python 3.11 is a complex tree of dependency upgrades, as detailed in Uninett/nav#2788