mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 04:24:28 +03:00
python.pkgs.future-fstrings: dependency tokenize-rt missing for python<3.6
This commit is contained in:
parent
6d19c1dc2b
commit
467df7ba4a
@ -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
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user