Bmap-tools broken

Just wanted to ask if anyone else can reproduce this.

How to reproduce: install bmap-tools
run bmaptool

$ bmaptool
Traceback (most recent call last):
  File "/usr/bin/bmaptool", line 33, in <module>
    sys.exit(load_entry_point('bmap-tools==3.5', 'console_scripts', 'bmaptool')())
  File "/usr/bin/bmaptool", line 22, in importlib_load_entry_point
    for entry_point in distribution(dist_name).entry_points
  File "/usr/lib/python3.9/importlib/metadata.py", line 524, in distribution
    return Distribution.from_name(distribution_name)
  File "/usr/lib/python3.9/importlib/metadata.py", line 187, in from_name
    raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: bmap-tools

Yes, I can. Fixed with 3.5-1.1.

@oberon 3.5-1 was installing to /usr/lib/python3.8/site-packages/. PKGBUILD is now on GitLab. :wink:

Perfect, Thank you very much! Update arrived :wink: