18 buildPythonPackage rec {
21 format = "setuptools";
23 disabled = pythonOlder "3.6";
28 hash = "sha256-+2Xy+dJEI/pt1urY7NIfZlxi4P2fkL8xHkwVO1+Kt+o=";
31 propagatedBuildInputs = [
38 ] ++ lib.optionals stdenv.isLinux [
49 # not compatible with sandbox
50 "test_logging_handle_error"
53 pythonImportsCheck = [
58 broken = stdenv.isDarwin;
59 description = "oslo.log library";
60 homepage = "https://github.com/openstack/oslo.log";
61 license = licenses.asl20;
62 maintainers = teams.openstack.members;