Source: python-arabic-reshaper
Severity: important
Dear Maintainer,
Your package has an extraneous dependency on python3-future.
This package is RC buggy and will be removed from Debian soon.
Here's a patch to solve this.
Please forward it upstream.
Most of the time people mixed up 'from __future__ import ...'
and 'from future import ...'; that might explain
this extraneous install_requires.
Greetings
diff --git a/setup.py b/setup.py
index f0534df..f9f7be0 100755
--- a/setup.py
+++ b/setup.py
@@ -19,8 +19,7 @@ setup(
platforms="ALL",
license="MIT",
packages=['arabic_reshaper'],
- install_requires=['configparser; python_version <"3"',
- 'future'],
+ install_requires=['configparser; python_version <"3"'],
extras_require={
'with-fonttools': ['fonttools>=4.0; python_version >="3"',
'fonttools>=3.0,<4.0; python_version <"3"']
-- 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)