pythonPackages.sure: use upstream package, next release should have tests
This commit is contained in:
parent
b08be36879
commit
2c7290c58f
@ -8315,15 +8315,11 @@ rec {
|
|||||||
export LC_ALL="en_US.UTF-8"
|
export LC_ALL="en_US.UTF-8"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# Not picking up from PyPI because it doesn't contain tests.
|
src = fetchurl {
|
||||||
src = fetchgit {
|
url = "http://pypi.python.org/packages/source/s/sure/${name}.tar.gz";
|
||||||
url = "git://github.com/gabrielfalcao/sure.git";
|
md5 = "6dbecef27dffc41c8cd8aab8a8b3fdfb";
|
||||||
rev = "86ab9faa97aa9c1720c7d090deac2be385ed3d7a";
|
|
||||||
sha256 = "02vffcdgr6vbj80lhl925w7zqy6cqnfvs088i0rbkjs5lxc511b3";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
buildInputs = [ nose ];
|
buildInputs = [ nose ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ six mock ];
|
propagatedBuildInputs = [ six mock ];
|
||||||
|
Loading…
Reference in New Issue
Block a user