python3Packages.google-music-proto: fix build

This commit is contained in:
Jonathan Ringer 2020-06-25 18:36:21 -07:00 committed by Jon
parent 64605831ea
commit 7986ae5860

View file

@ -19,6 +19,8 @@ buildPythonPackage rec {
postPatch = ''
sed -i -e "/audio-metadata/c\'audio-metadata'," -e "/marshmallow/c\'marshmallow'," setup.py
substituteInPlace setup.py \
--replace "pendulum>=2.0,<=3.0,!=2.0.5,!=2.1.0" "pendulum>=2.0,<=3.0"
'';
propagatedBuildInputs = [