python3Packages.arrow_1: merge into python3Packages.arrow

They are the same version.
This commit is contained in:
Robert Schütz
2021-05-13 09:21:56 -07:00
committed by Jonathan Ringer
parent 60f5ecc76d
commit 882b692c4f
4 changed files with 18 additions and 51 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ buildPythonApplication rec {
'';
checkInputs = [ pytestCheckHook pytest-mock mock pytest-datafiles ];
propagatedBuildInputs = [ arrow_1 click click-didyoumean requests ];
propagatedBuildInputs = [ arrow click click-didyoumean requests ];
nativeBuildInputs = [ installShellFiles ];
meta = with lib; {