Anthony Roussel 2024-07-12 22:24:34 +02:00 committed by Anthony ROUSSEL
parent 9132a2c6bd
commit 8fac7d922e
2 changed files with 8 additions and 7 deletions

View File

@ -26,13 +26,13 @@ in {
serverStable = mkServer {
channel = "stable";
version = "2.2.47";
hash = "sha256-iZ/1qACPLe7r1cZMhJbFRjVt/FlVgadBgp9tJwvYSi0=";
version = "2.2.49";
hash = "sha256-fI49MxA6b2kPkUihLl32a6jo8oHcEwDEjmvSVDj8/So=";
};
serverPreview = mkServer {
channel = "stable";
version = "2.2.47";
hash = "sha256-iZ/1qACPLe7r1cZMhJbFRjVt/FlVgadBgp9tJwvYSi0=";
version = "2.2.49";
hash = "sha256-fI49MxA6b2kPkUihLl32a6jo8oHcEwDEjmvSVDj8/So=";
};
}

View File

@ -30,7 +30,9 @@ python3Packages.buildPythonApplication {
cp ${pkgsStatic.busybox}/bin/busybox gns3server/compute/docker/resources/bin/busybox
'';
propagatedBuildInputs = with python3Packages; [
build-system = with python3Packages; [ setuptools ];
dependencies = with python3Packages; [
aiofiles
aiohttp
aiohttp-cors
@ -44,7 +46,6 @@ python3Packages.buildPythonApplication {
psutil
py-cpuinfo
sentry-sdk
setuptools
truststore
yarl
] ++ lib.optionals (pythonOlder "3.9") [
@ -69,7 +70,7 @@ python3Packages.buildPythonApplication {
checkInputs = with python3Packages; [
pytest-aiohttp
pytest-rerunfailures
(pytestCheckHook.override { pytest = pytest_7; })
pytestCheckHook
];
pytestFlagsArray = [