pythonPackages.smart_open: rename to smart-open

This commit is contained in:
Sandro Jäckel
2021-03-15 01:01:41 +01:00
committed by Jonathan Ringer
parent 0197f1dc41
commit d6ff646b3f
5 changed files with 11 additions and 9 deletions

View File

@@ -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 ];