20 buildPythonPackage rec {
25 disabled = pythonOlder "3.8";
30 hash = "sha256-92gEffnXBsSE3WZl3LvqKJAh1Iy3zlq/eh9poJSR9f4=";
33 build-system = [ setuptools ];
42 ] ++ lib.optionals stdenv.hostPlatform.isLinux [ pyinotify ];
51 # not compatible with sandbox
52 "test_logging_handle_error"
53 # File which is used doesn't seem not to be present
54 "test_log_config_append_invalid"
57 pythonImportsCheck = [ "oslo_log" ];
60 description = "oslo.log library";
61 mainProgram = "convert-json";
62 homepage = "https://github.com/openstack/oslo.log";
63 license = licenses.asl20;
64 maintainers = teams.openstack.members;