about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2017-05-07 08:56:54 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2017-05-07 09:07:01 +0200
commit529d0e74d75821cd462affb6aeb6745aaf774c77 (patch)
tree9146d363f3a03ae6a1426dedc37585ba633fd490
parentaad7c7ce8807173f494697c767487e704b518933 (diff)
downloadnixlib-529d0e74d75821cd462affb6aeb6745aaf774c77.tar
nixlib-529d0e74d75821cd462affb6aeb6745aaf774c77.tar.gz
nixlib-529d0e74d75821cd462affb6aeb6745aaf774c77.tar.bz2
nixlib-529d0e74d75821cd462affb6aeb6745aaf774c77.tar.lz
nixlib-529d0e74d75821cd462affb6aeb6745aaf774c77.tar.xz
nixlib-529d0e74d75821cd462affb6aeb6745aaf774c77.tar.zst
nixlib-529d0e74d75821cd462affb6aeb6745aaf774c77.zip
pythonPackages.pathspec: fixup, fixes eval
-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 ff180cc25ef4..f3dc153aad10 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -8407,7 +8407,7 @@ in {
 
     propagatedBuildInputs = with self; [
       twitter-common-collections setproctitle setuptools six ansicolors
-      packaging pathspec_0_5 scandir twitter-common-dirutil psutil requests2
+      packaging pathspec scandir twitter-common-dirutil psutil requests2
       pystache pex docutils markdown pygments twitter-common-confluence
       fasteners coverage pywatchman futures cffi
     ];