mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
Merge branch 'devel' into 'main'
iptables is also necessary for podman-compose See merge request glicid-public/guix-glicid!350
This commit is contained in:
commit
6df15c33cb
1 changed files with 2 additions and 1 deletions
|
@ -11,6 +11,7 @@
|
|||
#:use-module (gnu packages serialization)
|
||||
#:use-module (gnu packages python-xyz)
|
||||
#:use-module (gnu packages containers)
|
||||
#:use-module (gnu packages linux)
|
||||
)
|
||||
|
||||
(define-public python-pynetbox
|
||||
|
@ -91,7 +92,7 @@
|
|||
(sha256
|
||||
(base32 "1rd29mysfdlbvn0m9zfyp2n0v5lch0bsj4fmzyjaal6akw23bcid"))))
|
||||
(build-system pyproject-build-system)
|
||||
(propagated-inputs (list python-dotenv python-pyyaml slirp4netns))
|
||||
(propagated-inputs (list python-dotenv python-pyyaml slirp4netns iptables))
|
||||
(native-inputs (list python-black python-flake8 python-pre-commit
|
||||
python-pylint))
|
||||
(home-page "https://github.com/containers/podman-compose")
|
||||
|
|
Loading…
Add table
Reference in a new issue