12 buildPythonPackage rec {
13 pname = "oslo.context";
18 inherit pname version;
19 hash = "sha256-UiLDJja+BwojDfnTFBoLJ6lfCjtpePTBSFvK2kekw8s=";
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 build-system = [ setuptools ];
46 pythonImportsCheck = [ "oslo_context" ];
49 description = "Oslo Context library";
50 homepage = "https://github.com/openstack/oslo.context";
51 license = licenses.asl20;
52 maintainers = teams.openstack.members;