python312Packages.k5test: add changelog to meta
This commit is contained in:
parent
7eb582f8af
commit
e69536524b
1 changed files with 5 additions and 2 deletions
|
@ -32,13 +32,16 @@ buildPythonPackage rec {
|
|||
# No tests
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [ "k5test" ];
|
||||
pythonImportsCheck = [
|
||||
"k5test"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
broken = stdenv.isDarwin;
|
||||
description = "Library for setting up self-contained Kerberos 5 environment";
|
||||
homepage = "https://github.com/pythongssapi/k5test";
|
||||
changelog = "https://github.com/pythongssapi/k5test/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ ];
|
||||
broken = stdenv.isDarwin;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue