Merge pull request #280935 from antonmosich/vdirsyncer-relax

vdirsyncer: fix build by relaxing aiostream
This commit is contained in:
Jörg Thalheim 2024-01-14 14:52:19 +01:00 committed by GitHub
commit 06751d407c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,7 @@
, aioresponses
, vdirsyncer
, testers
, pythonRelaxDepsHook
}:
buildPythonPackage rec {
@ -44,6 +45,11 @@ buildPythonPackage rec {
setuptools
setuptools-scm
wheel
pythonRelaxDepsHook
];
pythonRelaxDeps = [
"aiostream"
];
propagatedBuildInputs = [