python3.pkgs.vdirsyncer: add missing build dependencies

This commit is contained in:
Theodore Ni
2023-08-18 02:02:47 -07:00
parent b2d45d788a
commit e8b74b418e
@@ -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