sideband: use python313Packages

This commit is contained in:
Pol Dellaiera
2026-07-22 21:23:31 +02:00
parent b4a424fb29
commit 5910e1cf0e
+4 -4
View File
@@ -1,11 +1,11 @@
{
lib,
python3Packages,
python313Packages, # Require a working version of Kivy, which is not yet working with Python 3.14
fetchFromGitHub,
versionCheckHook,
}:
python3Packages.buildPythonApplication (finalAttrs: {
python313Packages.buildPythonApplication (finalAttrs: {
pname = "sideband";
version = "2.0.0";
pyproject = true;
@@ -35,12 +35,12 @@ python3Packages.buildPythonApplication (finalAttrs: {
"2.0.0"
'';
build-system = with python3Packages; [
build-system = with python313Packages; [
setuptools
];
dependencies =
with python3Packages;
with python313Packages;
[
audioop-lts
beautifulsoup4