mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
admin: python-pyudev: Add dependency on python-six.
* gnu/packages/admin.scm (python-pyudev): Add dependency on python-six.
This commit is contained in:
parent
636579210f
commit
cbb1b16865
1 changed files with 2 additions and 0 deletions
|
@ -2779,6 +2779,8 @@ (define-public python-pyudev
|
|||
#t))))))
|
||||
(inputs
|
||||
`(("eudev" ,eudev)))
|
||||
(propagated-inputs
|
||||
`(("python-six" ,python-six)))
|
||||
(native-inputs
|
||||
`(("python-docutils" ,python-docutils)
|
||||
("python-hypothesis" ,python-hypothesis)
|
||||
|
|
Loading…
Reference in a new issue