python312Packages.k5test: add changelog to meta

This commit is contained in:
Fabian Affolter 2024-03-20 06:40:40 +01:00 committed by GitHub
parent 7eb582f8af
commit e69536524b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
};
}