backblaze-b2: use latest tqdm and remove pythonPackages.tqdm4
backblaze-b2 need tqdm >= 4.5.0 and that dependency was already fulfilled with pythonPackages.tqdm, so let's use the current version and remove pythonPackages.tqdm4. cc @hrdinka @kevincox
This commit is contained in:
@@ -11,7 +11,7 @@ pythonPackages.buildPythonApplication rec {
|
||||
sha256 = "1gl1z7zg3s1xgx45i6b1bvx9iwviiiinl4my00h66qkhrw7ag8p1";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with pythonPackages; [ futures requests2 six tqdm4 ];
|
||||
propagatedBuildInputs = with pythonPackages; [ futures requests2 six tqdm ];
|
||||
|
||||
checkPhase = ''
|
||||
python test_b2_command_line.py test
|
||||
|
||||
Reference in New Issue
Block a user