treewide: structured-attrs fixes
This commit is contained in:
committed by
Jan Tojnar
parent
c9c03c00de
commit
318e1ee4ab
@@ -19,7 +19,7 @@ buildPythonPackage rec {
|
||||
sha256 = "1hslzzinpwc1zqhbpllqh3sllmiyk69pcycl7ahr0rz3micgwczj";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ pytest py-cpuinfo ] ++ lib.optional (pythonOlder "3.4") [ pathlib statistics ];
|
||||
propagatedBuildInputs = [ pytest py-cpuinfo ] ++ lib.optionals (pythonOlder "3.4") [ pathlib statistics ];
|
||||
|
||||
meta = {
|
||||
description = "Py.test fixture for benchmarking code";
|
||||
|
||||
Reference in New Issue
Block a user