3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.auth0-python: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-04-28 09:09:52 +02:00 committed by GitHub
parent 76f942fb4a
commit 9ff557eaae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,8 +26,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
requests
pyjwt
]
++ pyjwt.optional-dependencies.crypto;
] ++ pyjwt.optional-dependencies.crypto;
nativeCheckInputs = [
aiohttp
@ -51,6 +50,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Auth0 Python SDK";
homepage = "https://github.com/auth0/auth0-python";
changelog = "https://github.com/auth0/auth0-python/blob/${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ costrouc ];
};