summary refs log tree commit diff
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2019-01-22 12:30:45 +0100
committerRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2019-01-22 12:43:07 +0100
commit8c57113e143d406af1fe7d97865b9ae84a6f8e60 (patch)
treef71571e256577d00afff6b08dbb431ea375fd701 /pkgs/tools/filesystems
parentabf05bd7d10540a32597c30955f60cbaca27e57e (diff)
downloadnixpkgs-8c57113e143d406af1fe7d97865b9ae84a6f8e60.tar
nixpkgs-8c57113e143d406af1fe7d97865b9ae84a6f8e60.tar.gz
nixpkgs-8c57113e143d406af1fe7d97865b9ae84a6f8e60.tar.bz2
nixpkgs-8c57113e143d406af1fe7d97865b9ae84a6f8e60.tar.lz
nixpkgs-8c57113e143d406af1fe7d97865b9ae84a6f8e60.tar.xz
nixpkgs-8c57113e143d406af1fe7d97865b9ae84a6f8e60.tar.zst
nixpkgs-8c57113e143d406af1fe7d97865b9ae84a6f8e60.zip
python.pkgs.argparse: remove
argparse is part of stdlib in 2.7 and 3.2+
Diffstat (limited to 'pkgs/tools/filesystems')
-rw-r--r--pkgs/tools/filesystems/ceph/generic.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/tools/filesystems/ceph/generic.nix b/pkgs/tools/filesystems/ceph/generic.nix
index c4856d92529..1c774751f27 100644
--- a/pkgs/tools/filesystems/ceph/generic.nix
+++ b/pkgs/tools/filesystems/ceph/generic.nix
@@ -83,7 +83,6 @@ let
   ceph-python-env = python2Packages.python.withPackages (ps: [
     ps.sphinx
     ps.flask
-    ps.argparse
     ps.cython
     ps.setuptools
     ps.pip