summary refs log tree commit diff
path: root/pkgs/top-level/python-packages.nix
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2017-02-12 11:27:13 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2017-02-12 11:27:13 +0100
commit543721d766af9980f4a47225128936a3cdf5ebe5 (patch)
treecb7e7ea54c4a044244400fe3de0e74511eaa4195 /pkgs/top-level/python-packages.nix
parentaf9857ef47b6afa68b8631f3b5e7299e60a8764f (diff)
downloadnixpkgs-543721d766af9980f4a47225128936a3cdf5ebe5.tar
nixpkgs-543721d766af9980f4a47225128936a3cdf5ebe5.tar.gz
nixpkgs-543721d766af9980f4a47225128936a3cdf5ebe5.tar.bz2
nixpkgs-543721d766af9980f4a47225128936a3cdf5ebe5.tar.lz
nixpkgs-543721d766af9980f4a47225128936a3cdf5ebe5.tar.xz
nixpkgs-543721d766af9980f4a47225128936a3cdf5ebe5.tar.zst
nixpkgs-543721d766af9980f4a47225128936a3cdf5ebe5.zip
Revert "pythonPackages.argparse: only for Python < 2.7"
Mass-rebuild, goes into staging.

This reverts commit bee23d7dfc944de82a1b6945294567ed98f964d2.
Diffstat (limited to 'pkgs/top-level/python-packages.nix')
-rw-r--r--pkgs/top-level/python-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 0b4e5cb462c..985ab3ae6be 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -1321,7 +1321,7 @@ in {
 
   };
 
-  argparse = if (pythonAtLeast "2.7") then null else buildPythonPackage (rec {
+  argparse = buildPythonPackage (rec {
     name = "argparse-1.4.0";
 
     src = pkgs.fetchurl {