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, seafile-shared,
jansson, jansson,
libsearpc, libsearpc,
withShibboleth ? true, withShibboleth ? false, # qtwebengine vulnerable, so disabled by default
qtwebengine, qtwebengine,
wrapQtAppsHook, wrapQtAppsHook,
}: }:

View File

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