[med-svn] [Git][med-team/fast5-research][master] Patch to fix requirements.txt (progressbar2 -> progressbar)
Shayan Doust
gitlab at salsa.debian.org
Mon Aug 3 13:10:15 BST 2020
Shayan Doust pushed to branch master at Debian Med / fast5-research
Commits:
814e63da by Shayan Doust at 2020-08-03T13:09:49+01:00
Patch to fix requirements.txt (progressbar2 -> progressbar)
- - - - -
2 changed files:
- + debian/patches/modify_requirements.patch
- debian/patches/series
Changes:
=====================================
debian/patches/modify_requirements.patch
=====================================
@@ -0,0 +1,16 @@
+Description: modify requirements.txt
+ Fix module import from progressbar2 to progressbar, as this is the correct module name for python3-progressbar.
+Author: Shayan Doust <hello at shayandoust.me>
+Last-Update: 2020-08-03
+---
+
+--- fast5-research.orig/requirements.txt
++++ fast5-research/requirements.txt
+@@ -3,6 +3,6 @@
+ futures
+ h5py<2.9.0 # causes some tests to fail
+ numpy>=1.14.0 # 1.14 made some relatively big changes
+-progressbar2
++progressbar
+ pysam
+
=====================================
debian/patches/series
=====================================
@@ -1 +1,2 @@
+modify_requirements.patch
disable_unit_test.patch
View it on GitLab: https://salsa.debian.org/med-team/fast5-research/-/commit/814e63da51c7dae4aec66d1f620ab4d36e0fb427
--
View it on GitLab: https://salsa.debian.org/med-team/fast5-research/-/commit/814e63da51c7dae4aec66d1f620ab4d36e0fb427
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200803/8645d6bd/attachment.html>
More information about the debian-med-commit
mailing list