mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 04:34:46 +00:00
Merge pull request #249916 from tjni/vdirsyncer
python3.pkgs.vdirsyncer: add missing build dependencies
This commit is contained in:
commit
f419717f25
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user