about summary refs log tree commit diff
path: root/pkgs/development/python-modules/fs
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2021-03-24 17:45:56 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2021-04-03 17:49:45 +0200
commit1e89d4cccdfa3e5857ee250c418fd8c0702ac1e9 (patch)
tree328be9ccb89f012f1d33e1b7ff769c51f7e3885b /pkgs/development/python-modules/fs
parentfaca29912913a4dafcf381952a5fed5f29002482 (diff)
pythonPackages: move python 2 only expressions to python2-packages.nix
Diffstat (limited to 'pkgs/development/python-modules/fs')
-rw-r--r--pkgs/development/python-modules/fs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/fs/default.nix b/pkgs/development/python-modules/fs/default.nix
index aa6831441d898..5158a553bfb8c 100644
--- a/pkgs/development/python-modules/fs/default.nix
+++ b/pkgs/development/python-modules/fs/default.nix
@@ -5,7 +5,7 @@
 , six
 , appdirs
 , scandir
-, backports_os
+, backports_os ? null
 , typing
 , pytz
 , enum34