Merge pull request #280935 from antonmosich/vdirsyncer-relax
vdirsyncer: fix build by relaxing aiostream
This commit is contained in:
commit
06751d407c
1 changed files with 6 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
, aioresponses
|
||||
, vdirsyncer
|
||||
, testers
|
||||
, pythonRelaxDepsHook
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -44,6 +45,11 @@ buildPythonPackage rec {
|
|||
setuptools
|
||||
setuptools-scm
|
||||
wheel
|
||||
pythonRelaxDepsHook
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"aiostream"
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue