gnu: openvswitch: Update to 2.13.0.
* gnu/packages/networking.scm (openvswitch): Update to 2.13.0. [native-inputs]: Change from PYTHON-2 to PYTHON-WRAPPER. [propagated-inputs]: Remove PYTHON2-SIX.
This commit is contained in:
parent
6941004fb0
commit
e4e9a1bc35
@ -1908,7 +1908,7 @@ procedure calls (RPCs).")
|
|||||||
(define-public openvswitch
|
(define-public openvswitch
|
||||||
(package
|
(package
|
||||||
(name "openvswitch")
|
(name "openvswitch")
|
||||||
(version "2.12.0")
|
(version "2.13.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
@ -1916,7 +1916,7 @@ procedure calls (RPCs).")
|
|||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1y78ix5inhhcvicbvyy2ij38am1215nr55vydhab3d4065q45z8k"))))
|
"0cd5vmfr6zwgcnkwys6rag6cmz68v0librpaplianv734xs74pyx"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(;; FIXME: many tests fail with:
|
'(;; FIXME: many tests fail with:
|
||||||
@ -1943,11 +1943,9 @@ procedure calls (RPCs).")
|
|||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl" ,perl)
|
`(("perl" ,perl)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("python" ,python-2)
|
("python" ,python-wrapper)
|
||||||
;; for testing
|
;; for testing
|
||||||
("util-linux" ,util-linux)))
|
("util-linux" ,util-linux)))
|
||||||
(propagated-inputs
|
|
||||||
`(("python-six" ,python2-six)))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("libcap-ng" ,libcap-ng)
|
`(("libcap-ng" ,libcap-ng)
|
||||||
("openssl" ,openssl)))
|
("openssl" ,openssl)))
|
||||||
|
Loading…
Reference in New Issue
Block a user