File: 0001-Require-python-libdiscid.patch

package info (click to toggle)
picard 2.13.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 33,012 kB
  • sloc: python: 68,818; ansic: 89; makefile: 14
file content (18 lines) | stat: -rw-r--r-- 422 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
From: Sebastian Ramacher <sramacher@debian.org>
Date: Sat, 18 Dec 2021 18:31:05 +0100
Subject: Require python-libdiscid

---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 0a58b08..7109753 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,4 @@
-discid~=1.0
+python_libdiscid~=2.0
 fasteners~=0.14
 Markdown~=3.2
 mutagen~=1.37