Merge pull request #131719 from FRidh/python2-to-3

Python: further migrate packages from 2 to 3
This commit is contained in:
Frederik Rietdijk
2021-07-29 10:49:00 +02:00
committed by GitHub
44 changed files with 133 additions and 103 deletions
@@ -85,6 +85,7 @@ with pkgs;
(lib.extends (lib.composeExtensions aliases extensions) pythonPackagesFun))
{
overrides = packageOverrides;
python = self;
};
in rec {
isPy27 = pythonVersion == "2.7";