tag 921777 + patch
usertag 921777 + bsp-2019-02-de-berlin
thank you

Hei,

> I tried to build this package in buster but it failed:
> [...]
> pkg_resources.VersionConflict: (future 0.16.0 
> (/usr/lib/python3/dist-packages), Requirement.parse('future!=0.16.0'))

the build dependency ('future!=0.16.0') is explicitly given in
setup.py, originating from the latest upstream import.

When removing the problematic line (cp. attached patch), it seems to 
build and run the tests again.  Is this line really still required?

Kind regards,
Nicolas


From 8425df9da9b02151e31b8ea1bf5da5df73b907a2 Mon Sep 17 00:00:00 2001
From: Nicolas Schier <nico...@fjasle.eu>
Date: Sat, 9 Feb 2019 12:32:38 +0100
Subject: [PATCH] setup.py: Remove future!=0.16.0 dependency (Closes: #921777)

The 'future!=0.16.0' dependency prevents building the package on buster.
There seems to be no reason for this dependency (anymore)?
---
 setup.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/setup.py b/setup.py
index c2ad788..5246ff1 100644
--- a/setup.py
+++ b/setup.py
@@ -38,7 +38,6 @@ setup(name='bugwarrior',
           "dogpile.cache>=0.5.3",
           "lockfile>=0.9.1",
           "click",
-          "future!=0.16.0",
       ],
       extras_require=dict(
           keyring=["keyring"],
-- 
2.20.1

Attachment: signature.asc
Description: PGP signature

Reply via email to