[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/12: gnu: magic-wormhole-transit-relay: Remove some native inputs.
From: |
guix-commits |
Subject: |
11/12: gnu: magic-wormhole-transit-relay: Remove some native inputs. |
Date: |
Sat, 23 Mar 2024 16:59:39 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit edf7bd05e157d25428dd2a5a996c33765ed28394
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Mar 23 20:47:22 2024 +0000
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
---
gnu/packages/magic-wormhole.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/magic-wormhole.scm b/gnu/packages/magic-wormhole.scm
index d146f628ba..a804ff3225 100644
--- a/gnu/packages/magic-wormhole.scm
+++ b/gnu/packages/magic-wormhole.scm
@@ -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")
- branch master updated (060708ef6c -> 28bc0e870b), guix-commits, 2024/03/23
- 04/12: gnu: magic-wormhole: Fix indentation., guix-commits, 2024/03/23
- 06/12: gnu: magic-wormhole-mailbox-server: Simplify package., guix-commits, 2024/03/23
- 12/12: gnu: magic-wormhole: Fix home page., guix-commits, 2024/03/23
- 10/12: gnu: magic-wormhole-transit-relay: Fix indentation., guix-commits, 2024/03/23
- 08/12: gnu: magic-wormhole: Limit amount of loaded symbols., guix-commits, 2024/03/23
- 01/12: gnu: Add python-noiseprotocol., guix-commits, 2024/03/23
- 03/12: gnu: magic-wormhole: Simplify package., guix-commits, 2024/03/23
- 07/12: gnu: magic-wormhole-transit-relay: Simplify package., guix-commits, 2024/03/23
- 11/12: gnu: magic-wormhole-transit-relay: Remove some native inputs.,
guix-commits <=
- 02/12: gnu: magic-wormhole: Update to 0.13.0., guix-commits, 2024/03/23
- 05/12: gnu: magic-wormhole: Add licenses prefix., guix-commits, 2024/03/23
- 09/12: gnu: magic-wormhole-mailbox-server: Fix indentation., guix-commits, 2024/03/23