about summary refs log tree commit diff
path: root/pkgs/development/python-modules/gensim
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-03-15 01:01:41 +0100
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-05-22 15:02:50 -0700
commitd6ff646b3f44b046326d9108546e033c16dac8d3 (patch)
tree5394d3473334dc18b00d88d76fc140a5265dda9d /pkgs/development/python-modules/gensim
parent0197f1dc4198e79efed554a901d9fdf81551abb8 (diff)
pythonPackages.smart_open: rename to smart-open
Diffstat (limited to 'pkgs/development/python-modules/gensim')
-rw-r--r--pkgs/development/python-modules/gensim/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/gensim/default.nix b/pkgs/development/python-modules/gensim/default.nix
index b6b6f42b3c35e..b29822a507cde 100644
--- a/pkgs/development/python-modules/gensim/default.nix
+++ b/pkgs/development/python-modules/gensim/default.nix
@@ -4,7 +4,7 @@
 , numpy
 , six
 , scipy
-, smart_open
+, smart-open
 , scikit-learn, testfixtures, unittest2
 , isPy3k
 }:
@@ -19,7 +19,7 @@ buildPythonPackage rec {
     sha256 = "0rx37vnjspjl45v7bj123xwsjfgbwv91v8zpqpli8lgpf42xnskq";
   };
 
-  propagatedBuildInputs = [ smart_open numpy six scipy ];
+  propagatedBuildInputs = [ smart-open numpy six scipy ];
 
   checkInputs = [ scikit-learn testfixtures unittest2 ];