13 buildPythonPackage rec {
18 disabled = pythonOlder "3.6";
21 inherit pname version;
22 hash = "sha256-U5jvDXjmP0AAfB+0wL/5bhkROU0vqNGU93YZwF/2zIo=";
37 pythonImportsCheck = [
42 homepage = "https://github.com/jd/tenacity";
43 description = "Retrying library for Python";
44 license = licenses.asl20;
45 maintainers = with maintainers; [ jakewaksbaum ];