guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 3ea23badde19a564a56624a8948f79de60438553
Author: Hartmut Goebel <[email protected]>
AuthorDate: Sun Oct 19 09:50:16 2025 +0200

    gnu: fava: Remove development inputs.
    
    * gnu/packages/finance.scm (fava): [native-inputs]: Remove python-mypy,
    python-pytest-cov, python-twine, and python-wheel.
    
    Change-Id: Ia6cb181d1c17be7db07a613a793e8a886f9108a7
---
 gnu/packages/finance.scm | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index f7a9a3b8de..b39747fccb 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -2240,14 +2240,10 @@ from account statements and other documents and for 
managing documents.")
            python-werkzeug))
     (native-inputs
      (list python-babel
-           python-mypy
            python-pytest
-           python-pytest-cov
            python-setuptools
-           python-twine
            python-types-setuptools
-           python-types-simplejson
-           python-wheel))
+           python-types-simplejson))
     (home-page "https://beancount.github.io/fava/";)
     (synopsis "Web interface for the accounting tool Beancount")
     (description "Fava is a web interface for the double-entry bookkeeping

Reply via email to