13 buildPythonPackage rec {
14 pname = "oslo-serialization";
19 pname = "oslo.serialization";
21 hash = "sha256-TH1OEtqFPMTwS5EjBBE06Iboyf9Xq1fBli061Kh7f3w=";
25 # only a small portion of the listed packages are actually needed for running the tests
26 # so instead of removing them one by one remove everything
27 rm test-requirements.txt
51 pythonImportsCheck = [ "oslo_serialization" ];
54 description = "Oslo Serialization library";
55 homepage = "https://github.com/openstack/oslo.serialization";
56 license = licenses.asl20;
57 maintainers = teams.openstack.members;