gpodder: fix build

Switch to Python 3.11 since the release version does not work on Python 3.12

Fixes #328584
This commit is contained in:
squalus 2024-07-22 12:29:53 -07:00
parent dbb6ecc653
commit 53ce10ad90

View File

@ -6,13 +6,12 @@
, gobject-introspection
, gtk3
, intltool
, python3
, python3Packages
, python311Packages
, wrapGAppsHook3
, xdg-utils
}:
python3Packages.buildPythonApplication rec {
python311Packages.buildPythonApplication rec {
pname = "gpodder";
version = "3.11.4";
format = "other";
@ -40,12 +39,11 @@ python3Packages.buildPythonApplication rec {
];
buildInputs = [
python3
gtk3
adwaita-icon-theme
];
nativeCheckInputs = with python3Packages; [
nativeCheckInputs = with python311Packages; [
minimock
pytest
pytest-httpserver
@ -54,7 +52,7 @@ python3Packages.buildPythonApplication rec {
doCheck = true;
propagatedBuildInputs = with python3Packages; [
propagatedBuildInputs = with python311Packages; [
feedparser
dbus-python
mygpoclient