about summary refs log tree commit diff
path: root/pkgs/development/python-modules/streamz
diff options
context:
space:
mode:
authorTom Hunger <tehunger@gmail.com>2020-09-20 22:30:29 +0100
committerJon <jonringer@users.noreply.github.com>2020-09-22 23:07:46 -0700
commitdf84dcf53c69d22a2806dc45e97d0a44b7aa5b3a (patch)
tree18728dad1d2e9b65a02e7d373ec003c99145843e /pkgs/development/python-modules/streamz
parent36f7a407ad792f91902ced30bcc966399b20d7ee (diff)
streamz: disable build for Python older than 3.6
Diffstat (limited to 'pkgs/development/python-modules/streamz')
-rw-r--r--pkgs/development/python-modules/streamz/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/streamz/default.nix b/pkgs/development/python-modules/streamz/default.nix
index 420ee7b247228..d34a826a06044 100644
--- a/pkgs/development/python-modules/streamz/default.nix
+++ b/pkgs/development/python-modules/streamz/default.nix
@@ -10,6 +10,7 @@
 , toolz
 , tornado
 , zict
+, pythonOlder
 }:
 
 buildPythonPackage rec {
@@ -38,6 +39,8 @@ buildPythonPackage rec {
     requests
   ];
 
+  disabled = pythonOlder "3.6";
+
   # Disable test_tcp_async because fails on sandbox build
   # disable kafka tests
   checkPhase = ''