python3.pkgs.vdirsyncer: add missing build dependencies
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user