Skip to content

Commit

Permalink
Link workaround to corresponding setuptools_scm bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasmalacofilho committed Jul 12, 2020
1 parent 6bb2d84 commit 4ea402d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,9 @@ def editable_local_scheme(version):
}


# workaround:
# sdist installs with callables were broken between
# "setuptools_scm >=1.8, <=1.10.1" and of course ubuntu 16.04 ships
# with setuptools_scm==1.10.1 ...
# since we're not using "root" we can just noop
# workaround: sdist installs with callables were broken between "setuptools_scm
# >=1.8, <=1.10.1" and Ubuntu 16.04 ships with 1.10.1; since we're not using
# "root" we can just noop (see pypa/setuptools_scm@ff948dcd99)
pyusb_scm_version.pop = lambda *_: None


Expand Down

0 comments on commit 4ea402d

Please sign in to comment.