summary refs log tree commit diff
path: root/pkgs/development/python-modules/bugwarrior
diff options
context:
space:
mode:
authorRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2019-01-21 18:02:56 +0100
committerRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2019-01-21 18:02:56 +0100
commita27e54848e1f2990f5d3830ac97321dd934d0c1f (patch)
tree6dd3acc939b33658e21fd620cda098a376311ef2 /pkgs/development/python-modules/bugwarrior
parentb80269887320347240fbea980965d589da5f6c8b (diff)
downloadnixpkgs-a27e54848e1f2990f5d3830ac97321dd934d0c1f.tar
nixpkgs-a27e54848e1f2990f5d3830ac97321dd934d0c1f.tar.gz
nixpkgs-a27e54848e1f2990f5d3830ac97321dd934d0c1f.tar.bz2
nixpkgs-a27e54848e1f2990f5d3830ac97321dd934d0c1f.tar.lz
nixpkgs-a27e54848e1f2990f5d3830ac97321dd934d0c1f.tar.xz
nixpkgs-a27e54848e1f2990f5d3830ac97321dd934d0c1f.tar.zst
nixpkgs-a27e54848e1f2990f5d3830ac97321dd934d0c1f.zip
python.pkgs.bugwarrior: use default future version
Diffstat (limited to 'pkgs/development/python-modules/bugwarrior')
-rw-r--r--pkgs/development/python-modules/bugwarrior/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/bugwarrior/default.nix b/pkgs/development/python-modules/bugwarrior/default.nix
index 844aebbbb96..b2b10671f2b 100644
--- a/pkgs/development/python-modules/bugwarrior/default.nix
+++ b/pkgs/development/python-modules/bugwarrior/default.nix
@@ -1,7 +1,7 @@
 { stdenv, buildPythonPackage, fetchPypi
 , mock, unittest2, nose
 , twiggy, requests, offtrac, bugzilla, taskw, dateutil, pytz, keyring, six
-, jinja2, pycurl, dogpile_cache, lockfile, click, pyxdg, future15 }:
+, jinja2, pycurl, dogpile_cache, lockfile, click, pyxdg, future }:
 
 buildPythonPackage rec {
   pname = "bugwarrior";
@@ -15,7 +15,7 @@ buildPythonPackage rec {
   buildInputs = [ mock unittest2 nose /* jira megaplan */ ];
   propagatedBuildInputs = [
     twiggy requests offtrac bugzilla taskw dateutil pytz keyring six
-    jinja2 pycurl dogpile_cache lockfile click pyxdg future15
+    jinja2 pycurl dogpile_cache lockfile click pyxdg future
   ];
 
   # for the moment jira>=0.22 and megaplan>=1.4 are missing for running the test suite.