python.pkgs.bugwarrior: use default future version
This commit is contained in:
parent
b802698873
commit
a27e54848e
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, buildPythonPackage, fetchPypi
|
{ stdenv, buildPythonPackage, fetchPypi
|
||||||
, mock, unittest2, nose
|
, mock, unittest2, nose
|
||||||
, twiggy, requests, offtrac, bugzilla, taskw, dateutil, pytz, keyring, six
|
, 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 {
|
buildPythonPackage rec {
|
||||||
pname = "bugwarrior";
|
pname = "bugwarrior";
|
||||||
@ -15,7 +15,7 @@ buildPythonPackage rec {
|
|||||||
buildInputs = [ mock unittest2 nose /* jira megaplan */ ];
|
buildInputs = [ mock unittest2 nose /* jira megaplan */ ];
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
twiggy requests offtrac bugzilla taskw dateutil pytz keyring six
|
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.
|
# for the moment jira>=0.22 and megaplan>=1.4 are missing for running the test suite.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user