typing not installed
Closed this issue · 2 comments
milahu commented
the build fails in nixpkgs
Executing pythonRuntimeDepsCheck
Checking runtime dependencies for browserdebuggertools-6.0.3-py3-none-any.whl
- typing not installed
browser-debugger-tools/setup.py
Line 7 in 3bb62a0
quickfix
sed -i '/"typing"/d' setup.py
see also https://pypi.org/project/typing/
in Python 3.5 and later, the typing module lives in the stdlib, and installing this package has NO EFFECT, because stdlib takes higher precedence than the installation directory
JonathanWylie commented
@milahu thanks for your report. A fix for this will be coming soon.
JonathanWylie commented
Fixed in 6.0.3