From d8c4066ba973d3a410870f4cfb138bd270c23545 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 17 Dec 2023 21:41:38 +0100 Subject: [PATCH] python311Packages.aiogithubapi: propagate sigstore --- pkgs/development/python-modules/aiogithubapi/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/aiogithubapi/default.nix b/pkgs/development/python-modules/aiogithubapi/default.nix index 6c16935aae1a..3eb23c4a6641 100644 --- a/pkgs/development/python-modules/aiogithubapi/default.nix +++ b/pkgs/development/python-modules/aiogithubapi/default.nix @@ -9,6 +9,7 @@ , pytest-asyncio , pytestCheckHook , pythonOlder +, sigstore }: buildPythonPackage rec { @@ -41,6 +42,7 @@ buildPythonPackage rec { aiohttp async-timeout backoff + sigstore ]; nativeCheckInputs = [