treewide: structured-attrs fixes

This commit is contained in:
Robin Gloster
2019-11-24 20:14:31 +01:00
committed by Jan Tojnar
parent c9c03c00de
commit 318e1ee4ab
5 changed files with 5 additions and 5 deletions

View File

@@ -79,7 +79,7 @@ buildPythonPackage rec {
simplejson
traits
xvfbwrapper
] ++ stdenv.lib.optional (!isPy3k) [
] ++ stdenv.lib.optionals (!isPy3k) [
configparser
futures
pathlib2 # darwin doesn't receive this transitively, but it is in install_requires