Description: Use package python3-progressbar instead of progressbar33 - latter is repleaceable
Author: Nilesh Patra <nilesh@debian.org>
Forwarded: not-needed
Last-Updated: May 26, 2021
--- a/ont_fast5_api/conversion_tools/conversion_utils.py
+++ b/ont_fast5_api/conversion_tools/conversion_utils.py
@@ -97,7 +97,7 @@
     if bad_progressbar_version:
         raise RuntimeError('Wrong progressbar package detected, likely '
                            '"progressbar2". Please uninstall that package and '
-                           'install "progressbar33" instead.')
+                           'install "progressbar" instead.')
 
     return progress_bar.start()
 
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@
     installation_requirements = ['h5py>=3',
                                  'numpy>=1.16',
                                  'packaging',
-                                 'progressbar33>=2.3.1',
+                                 'progressbar>=2.3.1',
                                  'setuptools']
 
 setup(name=__pkg_name__.replace("_", "-"),
