python.pkgs.future-fstrings: dependency tokenize-rt missing for python<3.6

This commit is contained in:
Robert Schütz 2019-02-07 16:28:57 +01:00
parent 6d19c1dc2b
commit 467df7ba4a

View file

@ -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
};
}