7 buildPythonPackage rec {
8 pname = "pyramid_multiauth";
12 inherit pname version;
13 sha256 = "0lprqjyg3zcji6033p1l3s4nigjigc5423wgivkfhz46vq0jmniy";
16 propagatedBuildInputs = [ pyramid ];
19 description = "Authentication policy for Pyramid that proxies to a stack of other authentication policies";
20 homepage = "https://github.com/mozilla-services/pyramid_multiauth";
21 license = licenses.mpl20;
22 maintainers = with maintainers; [];