1 { lib, buildPythonPackage, fetchPypi, debtcollector, oslotest, stestr, pbr }:
3 buildPythonPackage rec {
4 pname = "oslo.context";
9 hash = "sha256-6uAxeymSjxk030xguGD+hiUkfLKXxcxi/vjrWCexL6w=";
13 # only a small portion of the listed packages are actually needed for running the tests
14 # so instead of removing them one by one remove everything
15 rm test-requirements.txt
18 propagatedBuildInputs = [
32 pythonImportsCheck = [ "oslo_context" ];
35 description = "Oslo Context library";
36 homepage = "https://github.com/openstack/oslo.context";
37 license = licenses.asl20;
38 maintainers = teams.openstack.members;