python-u2flib-server
python-u2flib-server copied to clipboard
Fixed #41. Avoid installing enum34 in newer setuptools.
Newer setuptools that builds wheels may produce universal Python 2 and Python 3 wheels which then always gets enum34 installed, which breaks installs.
(The failing PyPy test is not related to this change)