python3Packages.http-message-signatures: modernize
This commit is contained in:
@@ -29,7 +29,7 @@ buildPythonPackage rec {
|
||||
hatch-vcs
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
cryptography
|
||||
];
|
||||
|
||||
@@ -42,10 +42,10 @@ buildPythonPackage rec {
|
||||
|
||||
pythonImportsCheck = [ "http_message_signatures" ];
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Requests authentication module for HTTP Signature";
|
||||
homepage = "https://github.com/pyauth/http-message-signatures";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user