2 Commits

Author SHA1 Message Date
4d5051fb5f seafile-client: disable qtwebengine
due to #435067

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2025-09-07 13:26:58 +02:00
832915f675 python313Packages.aiosmtplib: fix pytest errors
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2025-09-07 13:26:25 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
seafile-shared,
jansson,
libsearpc,
withShibboleth ? true,
withShibboleth ? false, # qtwebengine vulnerable, so disabled by default
qtwebengine,
wrapQtAppsHook,
}:

View File

@@ -5,7 +5,7 @@
fetchFromGitHub,
hypothesis,
hatchling,
pytest-asyncio,
pytest-asyncio_0,
pytestCheckHook,
pythonOlder,
trustme,
@@ -30,7 +30,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
aiosmtpd
hypothesis
pytest-asyncio
pytest-asyncio_0
pytestCheckHook
trustme
];