14 buildPythonPackage rec {
15 pname = "oslo-serialization";
20 pname = "oslo.serialization";
22 hash = "sha256-nnUvxdipdZVnKN2WqCGGeDs/78rLs1U6zZMwWIYeFaY=";
26 # only a small portion of the listed packages are actually needed for running the tests
27 # so instead of removing them one by one remove everything
28 rm test-requirements.txt
53 pythonImportsCheck = [ "oslo_serialization" ];
56 description = "Oslo Serialization library";
57 homepage = "https://github.com/openstack/oslo.serialization";
58 license = licenses.asl20;
59 maintainers = teams.openstack.members;