Source: python-pattern
Severity: important

python3-future is RC buggy with Python3.12 and being removed
from the archive.

Hopefully it's not required at all anymore by your package.

Please consider this patch to remove it.

Greetings,

Alexandre


diff --git a/debian/control b/debian/control
index e0a0ed7..3e8e91e 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Miriam Ruiz <mir...@debian.org>
 Build-Depends:
  debhelper (>= 9), quilt, wordnet-base, dh-python, python3-minimal,
- python3-all, python3-setuptools, python3-future,
+ python3-all, python3-setuptools,
  python3-liblinear, python3-nltk, python3-lxml, python3-pdfminer,
  python3-bs4, python3-feedparser, python3-simplejson, python3-requests,
  python3-numpy, python3-scipy, python3-cherrypy3, wordnet-base
diff --git a/setup.py b/setup.py
index 88e68c9..e975f73 100644
--- a/setup.py
+++ b/setup.py
@@ -136,7 +136,6 @@ setup(
         "Topic :: Text Processing :: Markup :: HTML"
     ],
     install_requires = [
-        "future",
         "backports.csv",
         "beautifulsoup4",
         "lxml",


-- System Information:
Debian Release: trixie/sid
  APT prefers testing
  APT policy: (501, 'testing'), (450, 'unstable'), (400, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.5.0-5-amd64 (SMP w/2 CPU threads; PREEMPT)
Kernel taint flags: TAINT_USER
Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_BE:fr
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Reply via email to