diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-03-16 15:04:02 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-24 10:14:39 +0100 |
| commit | fb51dc5c5c29f64fc8c25fd11da1cb1f7595fca8 (patch) | |
| tree | f76261c2e9470bc238f76a7eb6613fd0dd02a8fe /gnu/packages/password-utils.scm | |
| parent | ed0249ab481c30c5b7a5ec6e29decd1d5ceaf516 (diff) | |
gnu: packages: Remove python-pytest-cov native-inputs.
Obtained with
./pre-inst-env guix style -S remove-native-inputs -t python-pytest-cov
on top of https://codeberg.org/guix/guix/pulls/5862
For this reason, I don't think it's relevant to generate a GNU Style
Changelog.
Change-Id: I58fe10452d7eaf2e8bb4dc88dfac5b4a5ee46165
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/password-utils.scm')
| -rw-r--r-- | gnu/packages/password-utils.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index 45e0d18a8fc..2c122e335e6 100644 --- a/gnu/packages/password-utils.scm +++ b/gnu/packages/password-utils.scm | |||
| @@ -1716,9 +1716,7 @@ program.") | |||
| 1716 | (lambda _ | 1716 | (lambda _ |
| 1717 | (setenv "HOME" (getcwd))))))) | 1717 | (setenv "HOME" (getcwd))))))) |
| 1718 | (native-inputs | 1718 | (native-inputs |
| 1719 | (list python-pytest-cov | 1719 | (list python-pytest-mock python-setuptools)) |
| 1720 | python-pytest-mock | ||
| 1721 | python-setuptools)) | ||
| 1722 | (inputs | 1720 | (inputs |
| 1723 | (list password-store python-pyxdg)) | 1721 | (list password-store python-pyxdg)) |
| 1724 | (home-page "https://github.com/languitar/pass-git-helper") | 1722 | (home-page "https://github.com/languitar/pass-git-helper") |
