summarylogtreecommitdiffstats
path: root/isbnlib-3.10-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'isbnlib-3.10-fix.patch')
-rw-r--r--isbnlib-3.10-fix.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/isbnlib-3.10-fix.patch b/isbnlib-3.10-fix.patch
deleted file mode 100644
index 8b4ca82b6774..000000000000
--- a/isbnlib-3.10-fix.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From da807047045bcc8371d3775a8533f3575ccb18f3 Mon Sep 17 00:00:00 2001
-From: Alejandro Gallo <aamsgallo@gmail.com>
-Date: Sat, 16 Jan 2021 12:23:30 +0100
-Subject: [PATCH] Remove isbnlib's restriction on the version
-
-Related to issue #242
----
- setup.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/setup.py b/setup.py
-index de7958b1..a76e2b74 100644
---- a/setup.py
-+++ b/setup.py
-@@ -65,7 +65,7 @@
- "bibtexparser>=0.6.2",
- "click>=7.0.0",
- "habanero>=0.6.0",
-- "isbnlib>=3.9.1,<3.10",
-+ "isbnlib>=3.9.1",
- "prompt_toolkit>=2.0.5",
- "tqdm>=4.1",
- "pygments>=2.2.0",