Skip to content

Commit

Permalink
Merge pull request #280935 from antonmosich/vdirsyncer-relax
Browse files Browse the repository at this point in the history
vdirsyncer: fix build by relaxing aiostream
  • Loading branch information
Mic92 authored Jan 14, 2024
2 parents d1f5807 + e5fb7f2 commit 06751d4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/development/python-modules/vdirsyncer/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
, aioresponses
, vdirsyncer
, testers
, pythonRelaxDepsHook
}:

buildPythonPackage rec {
Expand All @@ -44,6 +45,11 @@ buildPythonPackage rec {
setuptools
setuptools-scm
wheel
pythonRelaxDepsHook
];

pythonRelaxDeps = [
"aiostream"
];

propagatedBuildInputs = [
Expand Down

0 comments on commit 06751d4

Please sign in to comment.