guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: sshuttle: Move python-pytest-runner.


From: Tobias Geerinckx-Rice
Subject: 01/02: gnu: sshuttle: Move python-pytest-runner.
Date: Mon, 10 Jul 2017 16:24:17 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 3308591fec2594d1a4b5cc7254650cd465609b28
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Jul 10 09:03:06 2017 +0200

    gnu: sshuttle: Move python-pytest-runner.
    
    * gnu/packages/vpn.scm (sshuttle)[native-inputs]: Mark
    python-pytest-runner as a test-only dependency, following up commit
    447f75825fbe473f0684d4664dde01d9d3a02d75.
---
 gnu/packages/vpn.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index 063c8aa..aec8c18 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -219,11 +219,11 @@ private network between hosts on the internet.")
          "12xyq5h77b57cnkljdk8qyjxzys512b73019s20x6ck5brj1m8wa"))))
     (build-system python-build-system)
     (native-inputs
-     `(("python-pytest-runner" ,python-pytest-runner)
-       ("python-setuptools-scm" ,python-setuptools-scm)
+     `(("python-setuptools-scm" ,python-setuptools-scm)
        ;; For tests only.
        ("python-mock" ,python-mock)
-       ("python-pytest" ,python-pytest)))
+       ("python-pytest" ,python-pytest)
+       ("python-pytest-runner" ,python-pytest-runner)))
     (home-page "https://github.com/sshuttle/sshuttle";)
     (synopsis "VPN that transparently forwards connections over SSH")
     (description "sshuttle creates an encrypted virtual private network (VPN)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]