Archived
1
0
Fork 0

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
447f75825f.
This commit is contained in:
Tobias Geerinckx-Rice 2017-07-10 09:03:06 +02:00
parent 61adfb00b1
commit 3308591fec
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -219,11 +219,11 @@ private network between hosts on the internet.")
"12xyq5h77b57cnkljdk8qyjxzys512b73019s20x6ck5brj1m8wa")))) "12xyq5h77b57cnkljdk8qyjxzys512b73019s20x6ck5brj1m8wa"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("python-pytest-runner" ,python-pytest-runner) `(("python-setuptools-scm" ,python-setuptools-scm)
("python-setuptools-scm" ,python-setuptools-scm)
;; For tests only. ;; For tests only.
("python-mock" ,python-mock) ("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") (home-page "https://github.com/sshuttle/sshuttle")
(synopsis "VPN that transparently forwards connections over SSH") (synopsis "VPN that transparently forwards connections over SSH")
(description "sshuttle creates an encrypted virtual private network (VPN) (description "sshuttle creates an encrypted virtual private network (VPN)