nixpkgs/pkgs/development/python-modules/flake8-future-import
Martin Weinelt c7129fbe8e pythonPackages.flake8-future-import: fix build
Was broken after python3.8 upgraded to 3.8.6 due to this change:

    bpo-41314: Changed the release when from future import annotations becomes the default from 4.0 to 3.10 (following a change in PEP 563).
2020-10-15 23:48:12 -07:00
..
default.nix pythonPackages.flake8-future-import: fix build 2020-10-15 23:48:12 -07:00
fix-annotations-version.patch pythonPackages.flake8-future-import: fix build 2020-10-15 23:48:12 -07:00
skip-test.patch