pyacoustid: use requests2

This fixes an issue with beets which already needs requests2
due to the fetchart plugins' dependencies, so it would depend
on two different versions of requests if this package didn't
use requests2.
This commit is contained in:
Benno Fünfstück 2015-11-16 19:43:07 +01:00
parent c0cb70bf7c
commit 2fc679b6f7

@ -13214,7 +13214,7 @@ let
md5 = "b27c714d530300b917eb869726334226";
};
propagatedBuildInputs = with self; [ requests audioread ];
propagatedBuildInputs = with self; [ requests2 audioread ];
patches = [ ../development/python-modules/pyacoustid-py3.patch ];