mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
python311Packages.id: format with nixfmt
This commit is contained in:
parent
1727612fcb
commit
eca2675dba
@ -1,12 +1,13 @@
|
|||||||
{ lib
|
{
|
||||||
, buildPythonPackage
|
lib,
|
||||||
, fetchFromGitHub
|
buildPythonPackage,
|
||||||
, flit-core
|
fetchFromGitHub,
|
||||||
, pretend
|
flit-core,
|
||||||
, pydantic
|
pretend,
|
||||||
, pytestCheckHook
|
pydantic,
|
||||||
, pythonOlder
|
pytestCheckHook,
|
||||||
, requests
|
pythonOlder,
|
||||||
|
requests,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -23,9 +24,7 @@ buildPythonPackage rec {
|
|||||||
hash = "sha256-lmUBy0hJAxfF65RcBP7tTizrg8j2Zypu4sKgOUQCYh8=";
|
hash = "sha256-lmUBy0hJAxfF65RcBP7tTizrg8j2Zypu4sKgOUQCYh8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [
|
build-system = [ flit-core ];
|
||||||
flit-core
|
|
||||||
];
|
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
pydantic
|
pydantic
|
||||||
@ -37,9 +36,7 @@ buildPythonPackage rec {
|
|||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
];
|
];
|
||||||
|
|
||||||
pythonImportsCheck = [
|
pythonImportsCheck = [ "id" ];
|
||||||
"id"
|
|
||||||
];
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A tool for generating OIDC identities";
|
description = "A tool for generating OIDC identities";
|
||||||
|
Loading…
Reference in New Issue
Block a user