From 2fc679b6f74813c39fa32008120def1f80b34fba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benno=20F=C3=BCnfst=C3=BCck?= Date: Mon, 16 Nov 2015 19:43:07 +0100 Subject: [PATCH] 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. --- pkgs/top-level/python-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 9b36e7fbe84..362d945fe1a 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -13214,7 +13214,7 @@ let md5 = "b27c714d530300b917eb869726334226"; }; - propagatedBuildInputs = with self; [ requests audioread ]; + propagatedBuildInputs = with self; [ requests2 audioread ]; patches = [ ../development/python-modules/pyacoustid-py3.patch ];