7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "0fwp86xv0rvkncjdvy2mwcvbglw4w9k0fva25i7zx8kd19b3kh08";
16 propagatedBuildInputs = [ six ];
18 # doesn't ship tests in tarball
22 homepage = "https://github.com/rholder/retrying";
23 description = "General-purpose retrying library";
24 license = licenses.asl20;