9 buildPythonPackage rec {
14 inherit pname version;
15 hash = "sha256-0sJE0BBIukdufAgL0sbfXhQdIR3oAiNGDVs7iipYQz0=";
18 propagatedBuildInputs = [
20 ] ++ lib.optionals (pythonOlder "3.4") [
24 # checks use bazel; should be revisited
28 description = "Abseil Python Common Libraries";
29 homepage = "https://github.com/abseil/abseil-py";
30 license = lib.licenses.asl20;
31 maintainers = with lib.maintainers; [ ];