mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
pythonPackages.libcloud: update to 0.14.1
This commit is contained in:
parent
af6c8a33d9
commit
9e55902bdf
1 changed files with 6 additions and 5 deletions
|
@ -3709,16 +3709,17 @@ rec {
|
|||
|
||||
|
||||
libcloud = buildPythonPackage (rec {
|
||||
name = "libcloud-0.3.1";
|
||||
name = "libcloud-0.14.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://apache/incubator/libcloud/apache-libcloud-incubating-0.3.1.tar.bz2;
|
||||
sha256 = "11qilrs4sd4c1mkd64ikrjsc2vwrshhc54n5mh4xrark9c7ayp0y";
|
||||
url = https://pypi.python.org/packages/source/a/apache-libcloud/apache-libcloud-0.14.1.tar.bz2;
|
||||
sha256 = "1l6190pjv54c7y8pzr089ij727qv7bqhhaznr2mkvimgr1wzsql5";
|
||||
};
|
||||
|
||||
buildInputs = [ zope_interface mock ];
|
||||
buildInputs = [ mock ];
|
||||
|
||||
preConfigure = "cp test/secrets.py-dist test/secrets.py";
|
||||
propagatedBuildInputs = [ pycrypto ];
|
||||
preConfigure = "cp libcloud/test/secrets.py-dist libcloud/test/secrets.py";
|
||||
|
||||
# failing tests for 26 and 27
|
||||
doCheck = false;
|
||||
|
|
Loading…
Reference in a new issue