Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exclude legacy dependencies when using python3 #85

Merged
merged 2 commits into from Apr 14, 2018

Commits on Apr 13, 2018

  1. exclude legacy dependencies when using python3

    Both functools_lru_cache and unittest_mock are
    embedded in python3 by default.
    Requiring these backports when using python3
    will fail and render the build unusable.
    
    Setuptools provides a nice way to deal with
    this by using the proper annotations for
    the dependencies.
    
    Signed-off-by: Thore Bödecker <me@foxxx0.de>
    foxxx0 committed Apr 13, 2018
    Copy the full SHA
    6b5d45b View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2018

  1. Copy the full SHA
    34664ef View commit details
    Browse the repository at this point in the history