12 buildPythonPackage rec {
13 pname = "oslo-serialization";
17 pname = "oslo.serialization";
19 sha256 = "sha256-KEUyjQ9H3Ioj/tKoIlPpCs/wqnMdvSTzec+OUObMZro=";
23 # only a small portion of the listed packages are actually needed for running the tests
24 # so instead of removing them one by one remove everything
25 rm test-requirements.txt
28 nativeBuildInputs = [ pbr ];
30 propagatedBuildInputs = [ msgpack oslo-utils pytz ];
32 checkInputs = [ oslotest stestr ];
38 pythonImportsCheck = [ "oslo_serialization" ];
41 description = "Oslo Serialization library";
42 homepage = "https://github.com/openstack/oslo.serialization";
43 license = licenses.asl20;
44 maintainers = teams.openstack.members;