Le mardi 08 mai 2018 à 16:51:41+0200, Paul Gevers a écrit : > Source: python-arrow > Version: 0.12.1-1 > Severity: serious > Control: affects -1 src:python-jsonext > Control: affects -1 src:rekall > User: debian...@lists.debian.org > Usertags: breaks > > [snip] > > ImportError: No module named functools_lru_cache >
Dear maintainer, Please find a patch attached. Cheers, -- Pierre-Elliott Bécue GPG: 9AE0 4D98 6400 E3B6 7528 F493 0D44 2664 1949 74E2 It's far easier to fight for one's principles than to live up to them.
From c656885fedb8e4b3753d483919cc8f01c8519dc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= <be...@crans.org> Date: Fri, 11 May 2018 13:01:12 +0200 Subject: [PATCH] Add dependency on python-backports.functools-lru-cache for the Python2 package. Closes: #898196 --- debian/changelog | 9 +++++++++ debian/control | 5 ++++- debian/copyright | 1 - 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 956dbdb..b07addc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +python-arrow (0.12.1-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * d/control: + - Add dependency on python-backports.functools-lru-cache for the Python2 + package. (Closes: #898196) + + -- Pierre-Elliott Bécue <be...@crans.org> Fri, 11 May 2018 13:00:03 +0200 + python-arrow (0.12.1-1) unstable; urgency=medium * New upstream release (Closes: #897988) diff --git a/debian/control b/debian/control index bce2d8d..7b8f8a2 100644 --- a/debian/control +++ b/debian/control @@ -21,7 +21,10 @@ Vcs-Browser: https://salsa.debian.org/debian/python-arrow Package: python-arrow Architecture: all -Depends: ${python:Depends}, ${misc:Depends} +Depends: + python-backports.functools-lru-cache, + ${misc:Depends}, + ${python:Depends} Provides: ${python:Provides} Suggests: python-arrow-doc Description: Python library to manipulate dates, times, and timestamps diff --git a/debian/copyright b/debian/copyright index 5dd6eb9..9506cd8 100644 --- a/debian/copyright +++ b/debian/copyright @@ -46,4 +46,3 @@ License: GPL-3+ . The complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-3 file. - -- 2.11.0
signature.asc
Description: PGP signature