From e8b74b418eba9d596d0dd45b4f0fb5567f40942e Mon Sep 17 00:00:00 2001 From: Theodore Ni <3806110+tjni@users.noreply.github.com> Date: Fri, 18 Aug 2023 02:02:47 -0700 Subject: [PATCH] python3.pkgs.vdirsyncer: add missing build dependencies --- pkgs/development/python-modules/vdirsyncer/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pkgs/development/python-modules/vdirsyncer/default.nix b/pkgs/development/python-modules/vdirsyncer/default.nix index 9bddbcf39a3c..f1dc4418b268 100644 --- a/pkgs/development/python-modules/vdirsyncer/default.nix +++ b/pkgs/development/python-modules/vdirsyncer/default.nix @@ -11,7 +11,9 @@ , hypothesis , pytestCheckHook , pytest-subtesthack +, setuptools , setuptools-scm +, wheel , aiostream , aiohttp-oauthlib , aiohttp @@ -38,6 +40,12 @@ buildPythonPackage rec { sed -i -e '/--cov/d' -e '/--no-cov/d' pyproject.toml ''; + nativeBuildInputs = [ + setuptools + setuptools-scm + wheel + ]; + propagatedBuildInputs = [ atomicwrites click