pythonPackages.pyramid_hawkauth: add import check

This commit is contained in:
Sandro Jäckel 2021-02-16 23:21:43 +01:00
parent cf89f20a03
commit 6a0df7fa2e
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -21,10 +21,12 @@ buildPythonPackage rec {
propagatedBuildInputs = [ pyramid hawkauthlib tokenlib ];
buildInputs = [ webtest ];
pythonImportsCheck = [ "pyramid_hawkauth" ];
meta = with lib; {
homepage = "https://github.com/mozilla-services/pyramid_hawkauth";
description = "A Pyramid authentication plugin for HAWK";
license = licenses.mpl20;
maintainers = with maintainers; [ ];
};
}