treewide: structured-attrs fixes
This commit is contained in:
committed by
Jan Tojnar
parent
c9c03c00de
commit
318e1ee4ab
@@ -23,7 +23,7 @@ buildPythonPackage rec {
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [ numpy ]
|
||||
++ lib.optional isPy27 [ futures enum34 pathlib ];
|
||||
++ lib.optionals isPy27 [ futures enum34 pathlib ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Read and write image data from and to TIFF files.";
|
||||
|
||||
Reference in New Issue
Block a user