python35Packages.openyx: fix build

When dropping python 2 support, they also droppped
python 3.5 support.
This commit is contained in:
Jonathan Ringer
2020-03-16 15:18:40 -07:00
committed by Jon
parent 52c89d0572
commit c2b7261271
+1 -1
View File
@@ -4619,7 +4619,7 @@ in {
offtrac = callPackage ../development/python-modules/offtrac { };
openpyxl = if isPy3k then
openpyxl = if pythonAtLeast "3.6" then
callPackage ../development/python-modules/openpyxl { }
else
callPackage ../development/python-modules/openpyxl/2.nix { };