gnu: gandi.cli: Update to 1.6.

* gnu/packages/networking.scm (gandi.cli): Update to 1.6.
[native-inputs]: Add python-pytest.
[propagated-inputs]: Add openssh.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Raghav Gururajan 2021-02-14 00:46:30 -05:00 committed by 宋文武
parent c10945eae5
commit c896d4655d
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -1454,13 +1454,13 @@ (define-public fping
(define-public gandi.cli
(package
(name "gandi.cli")
(version "1.5")
(version "1.6")
(source
(origin
(method url-fetch)
(uri (pypi-uri name version))
(sha256
(base32 "110wc9zgxsrvw4yzp21p0ian5lcf7vhcpxhnmsc4fg9pzl2bwxd5"))))
(base32 "1h36jahbp7273wn3yd747kbiwjc0bm3sja67bcxdsd54ln0vyndg"))))
(build-system python-build-system)
(arguments
`(#:phases
@ -1484,8 +1484,11 @@ (define-public gandi.cli
#t))))))
(native-inputs
`(("python-docutils" ,python-docutils) ; for rst2man.py
("python-pytest" ,python-pytest)
("python-pytest-cov" ,python-pytest-cov)
("python-tox" ,python-tox)))
(propagated-inputs
`(("openssh" ,openssh))) ; used by gandi/cli/modules/iass.py
(inputs
`(("openssl" ,openssl)
("python-click" ,python-click)