summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-08-18 13:48:46 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2019-11-12 15:04:28 +0100
commitf3cf2300eee8a9e2b044cffeae6e628b5f13beea (patch)
tree95f9e48eda0bbd74cb15109dfd6775037db71f4d
parentMerge pull request #73249 from c0bw3b/pkg/bgpdump (diff)
downloadnixpkgs-gitlab.intr/python3.tar.gz
Temporarily set python = python3; to identify what would breakorigin/python3gitlab.intr/python3
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 40b7347664ff..6bbdfe51953c 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -9096,7 +9096,7 @@ in
# Python interpreters. All standard library modules are included except for tkinter, which is
# available as `pythonPackages.tkinter` and can be used as any other Python package.
# When switching these sets, please update docs at ../../doc/languages-frameworks/python.md
- python = python2;
+ python = python3;
python2 = python27;
python3 = python37;
pypy = pypy2;