python3Packages.pyppeteer: relax deps

This commit is contained in:
Martin Weinelt
2026-02-01 17:41:05 +01:00
parent 5105769f38
commit ce07594d02
@@ -27,13 +27,6 @@ buildPythonPackage rec {
hash = "sha256-LYyV4Wzz4faewSsGjNe0i/9BLbCHzzEns2ZL2MYkGWw=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace 'pyee = "^8.1.0"' 'pyee = "*"' \
--replace 'urllib3 = "^1.25.8"' 'urllib3 = "*"' \
--replace 'websockets = "^10.0"' 'websockets = "*"'
'';
nativeBuildInputs = [ poetry-core ];
propagatedBuildInputs = [
@@ -46,6 +39,12 @@ buildPythonPackage rec {
websockets
];
pythonRelaxDeps = [
"pyee"
"urllib3"
"websockets"
];
nativeCheckInputs = [
syncer
pytest-xdist