Merge pull request #289282 from xbreak/osc-keyring

python3Packages.osc: Enable keyring support
This commit is contained in:
Peter Simons 2024-02-19 08:42:17 +01:00 committed by GitHub
commit 48422449b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,6 +7,7 @@
, lib
, rpm
, urllib3
, keyring
}:
buildPythonPackage rec {
@ -23,7 +24,7 @@ buildPythonPackage rec {
buildInputs = [ bashInteractive ]; # needed for bash-completion helper
nativeCheckInputs = [ rpm diffstat ];
propagatedBuildInputs = [ urllib3 cryptography ];
propagatedBuildInputs = [ urllib3 cryptography keyring ];
postInstall = ''
install -D -m444 contrib/osc.fish $out/etc/fish/completions/osc.fish