pythonPackages.smart_open: rename to smart-open
This commit is contained in:
committed by
Jonathan Ringer
parent
0197f1dc41
commit
d6ff646b3f
@@ -4,7 +4,7 @@
|
||||
, pytestCheckHook
|
||||
, typer
|
||||
, dataclasses
|
||||
, smart_open
|
||||
, smart-open
|
||||
, pytest
|
||||
, mock
|
||||
, google-cloud-storage
|
||||
@@ -19,7 +19,7 @@ buildPythonPackage rec {
|
||||
sha256 = "sha256-nb8my/5rkc7thuHnXZHe1Hg8j+sLBlYyJcLHWrrKZ5M=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ smart_open typer google-cloud-storage ];
|
||||
propagatedBuildInputs = [ smart-open typer google-cloud-storage ];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace requirements.txt \
|
||||
|
||||
Reference in New Issue
Block a user