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-13 14:11:28 -07:00 committed by Jon
parent 52c89d0572
commit c2b7261271

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 { };