24 buildPythonPackage rec {
31 sha256 = "sha256-mwRU+ZQV0MqsXIYFNxbXRtGY7Oxm5nLY5eY4a2+6orY=";
35 # only a small portion of the listed packages are actually needed for running the tests
36 # so instead of removing them one by one remove everything
37 rm test-requirements.txt
40 nativeBuildInputs = [ pbr ];
42 propagatedBuildInputs = [
64 echo "nameserver 127.0.0.1" > resolv.conf
65 export NIX_REDIRECTS=/etc/protocols=${iana-etc}/etc/protocols:/etc/resolv.conf=$(realpath resolv.conf)
66 export LD_PRELOAD=${libredirect}/lib/libredirect.so
71 pythonImportsCheck = [ "oslo_utils" ];
74 description = "Oslo Utility library";
75 homepage = "https://github.com/openstack/oslo.utils";
76 license = licenses.asl20;
77 maintainers = teams.openstack.members;