pythonPackages.smart_open: rename to smart-open

This commit is contained in:
Sandro Jäckel
2021-05-22 15:02:50 -07:00
committed by Jonathan Ringer
parent 0197f1dc41
commit d6ff646b3f
5 changed files with 11 additions and 9 deletions
@@ -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 \