python3Packages.pyatv: update dependencies

This commit is contained in:
Robert Schütz 2021-06-20 17:07:12 +02:00 committed by Martin Weinelt
parent 504f2ea1fe
commit 877194467d

View File

@ -1,15 +1,16 @@
{ lib
, buildPythonPackage
, aiohttp
, aiozeroconf
, audio-metadata
, bitarray
, cryptography
, deepdiff
, fetchFromGitHub
, miniaudio
, netifaces
, protobuf
, pytest-aiohttp
, pytest-asyncio
, pytest-runner
, pytest-timeout
, pytestCheckHook
, srptools
@ -27,12 +28,17 @@ buildPythonPackage rec {
sha256 = "1slr6l0gw0mf1zhp40bjf5bib45arw1cy4fqkg0gvdk1hx79828m";
};
nativeBuildInputs = [ pytest-runner];
postPatch = ''
substituteInPlace setup.py \
--replace "pytest-runner" ""
'';
propagatedBuildInputs = [
aiohttp
aiozeroconf
audio-metadata
bitarray
cryptography
miniaudio
netifaces
protobuf
srptools