1 { lib, buildPythonPackage, fetchPypi, docutils, six }:
3 buildPythonPackage rec {
9 sha256 = "f568c182e06883becf7196f227052435cffd45604700c82362ca77d3427b6202";
12 buildInputs = [ docutils six ];
14 # Tests fail due to nix file timestamp normalization.
18 homepage = "https://github.com/boto/bcdoc";
19 license = licenses.asl20;
20 description = "ReST document generation tools for botocore";