summary refs log tree commit diff
path: root/pkgs/development/python-modules/future-fstrings/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/future-fstrings/default.nix')
-rw-r--r--pkgs/development/python-modules/future-fstrings/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/future-fstrings/default.nix b/pkgs/development/python-modules/future-fstrings/default.nix
index 7df148df09c..9e49147315b 100644
--- a/pkgs/development/python-modules/future-fstrings/default.nix
+++ b/pkgs/development/python-modules/future-fstrings/default.nix
@@ -18,5 +18,6 @@ buildPythonPackage rec {
     description = "A backport of fstrings to python<3.6";
     license = licenses.mit;
     maintainers = with maintainers; [ nyanloutre ];
+    broken = pythonOlder "3.6"; # dependency tokenize-rt not packaged
   };
 }