gnu: bubblewrap: Build with Python 3.

* gnu/packages/virtualization.scm (bubblewrap)[native-inputs]: Change from
PYTHON-2 to PYTHON-WRAPPER.
This commit is contained in:
Marius Bakke 2020-07-21 15:20:38 +02:00
parent d2e0b16c48
commit 81678e5ef7
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -1714,7 +1714,7 @@ virtual machines.")
(inputs
`(("libcap" ,libcap)))
(native-inputs
`(("python-2" ,python-2)
`(("python" ,python-wrapper)
("util-linux" ,util-linux)))
(home-page "https://github.com/containers/bubblewrap")
(synopsis "Unprivileged sandboxing tool")