scivisum/browser-debugger-tools

typing not installed

Closed this issue · 2 comments

the build fails in nixpkgs

Executing pythonRuntimeDepsCheck
Checking runtime dependencies for browserdebuggertools-6.0.3-py3-none-any.whl
  - typing not installed

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

@milahu thanks for your report. A fix for this will be coming soon.

Fixed in 6.0.3