summary refs log tree commit diff
path: root/pkgs/development/python-modules/livestreamer
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/livestreamer')
-rw-r--r--pkgs/development/python-modules/livestreamer/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/livestreamer/default.nix b/pkgs/development/python-modules/livestreamer/default.nix
index 98878c90640..b77cf430717 100644
--- a/pkgs/development/python-modules/livestreamer/default.nix
+++ b/pkgs/development/python-modules/livestreamer/default.nix
@@ -4,8 +4,8 @@
 , isPyPy
 , pycrypto
 , requests
-, singledispatch
-, futures
+, singledispatch ? null
+, futures ? null
 , isPy27
 }: