Merge pull request #249916 from tjni/vdirsyncer

python3.pkgs.vdirsyncer: add missing build dependencies
This commit is contained in:
OTABI Tomoya 2023-08-19 01:06:20 +09:00 committed by GitHub
commit f419717f25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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