python3Packages.pyrad: add pythonImportsCheck and update license

This commit is contained in:
Fabian Affolter 2021-08-25 10:37:34 +02:00
parent f31fafc384
commit 816fd29740

View File

@ -18,10 +18,12 @@ buildPythonPackage rec {
nosetests -e testBind
'';
pythonImportsCheck = [ "pyrad" ];
meta = with lib; {
description = "Python RADIUS Implementation";
homepage = "https://bitbucket.org/zzzeek/sqlsoup";
license = licenses.mit;
license = licenses.bsd3;
maintainers = [ maintainers.globin ];
};
}