pythonPackages.pyramid_hawkauth: add import check
This commit is contained in:
parent
cf89f20a03
commit
6a0df7fa2e
@ -21,10 +21,12 @@ buildPythonPackage rec {
|
|||||||
propagatedBuildInputs = [ pyramid hawkauthlib tokenlib ];
|
propagatedBuildInputs = [ pyramid hawkauthlib tokenlib ];
|
||||||
buildInputs = [ webtest ];
|
buildInputs = [ webtest ];
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "pyramid_hawkauth" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/mozilla-services/pyramid_hawkauth";
|
homepage = "https://github.com/mozilla-services/pyramid_hawkauth";
|
||||||
description = "A Pyramid authentication plugin for HAWK";
|
description = "A Pyramid authentication plugin for HAWK";
|
||||||
license = licenses.mpl20;
|
license = licenses.mpl20;
|
||||||
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user