gnu: magic-wormhole-transit-relay: Remove some native inputs.

Remove python-check as no longer required.

* gnu/packages/magic-wormhole.scm (magic-wormhole-transit-relay)
[native-inputs]: Remove python-pyflakes and python-tox.

Change-Id: I3908aa379aa4ca6445ecc1045d45da2381314a06
This commit is contained in:
Sharlatan Hellseher 2024-03-23 20:47:22 +00:00
parent 7c11136764
commit edf7bd05e1
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2019 Leo Famulari <leo@famulari.name>
;;; Copyright © 2024 normally_js <normally_js@posteo.net>
;;; Copyright © 2024 Sharlatan Hellseher <sharlatanus@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@ -25,7 +26,6 @@
#:use-module (guix gexp)
#:use-module (guix packages)
#:use-module (gnu packages check)
#:use-module (gnu packages python-check)
#:use-module (gnu packages python-crypto)
#:use-module (gnu packages python-web)
#:use-module (gnu packages python-xyz))
@ -85,7 +85,7 @@ connection, or through a transit-relay.")
(install-file file docs))
(find-files "docs/"))))))))
(native-inputs
(list python-mock python-pyflakes python-pytest python-tox))
(list python-mock python-pytest))
(propagated-inputs
(list python-twisted))
(home-page "https://github.com/warner/magic-wormhole-transit-relay")