18 buildPythonPackage rec {
21 format = "setuptools";
23 disabled = pythonOlder "3.8";
28 hash = "sha256-LrNVtYVw8lgR2nb6gUU7h1x8lEoZoj0sMFtKTf670iM=";
31 propagatedBuildInputs = [
38 ] ++ lib.optionals stdenv.isLinux [
49 # not compatible with sandbox
50 "test_logging_handle_error"
51 # File which is used doesn't seem not to be present
52 "test_log_config_append_invalid"
55 pythonImportsCheck = [
60 description = "oslo.log library";
61 homepage = "https://github.com/openstack/oslo.log";
62 license = licenses.asl20;
63 maintainers = teams.openstack.members;
64 broken = stdenv.isDarwin;