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.

+1 -1
+1 -1
pkgs/top-level/python-packages.nix
··· 13214 13214 md5 = "b27c714d530300b917eb869726334226"; 13215 13215 }; 13216 13216 13217 - propagatedBuildInputs = with self; [ requests audioread ]; 13217 + propagatedBuildInputs = with self; [ requests2 audioread ]; 13218 13218 13219 13219 patches = [ ../development/python-modules/pyacoustid-py3.patch ]; 13220 13220