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
|
@ -2779,6 +2779,8 @@ support forum. It runs with the @code{/exec} command in most IRC clients.")
|
|||
#t))))))
|
||||
(inputs
|
||||
`(("eudev" ,eudev)))
|
||||
(propagated-inputs
|
||||
`(("python-six" ,python-six)))
|
||||
(native-inputs
|
||||
`(("python-docutils" ,python-docutils)
|
||||
("python-hypothesis" ,python-hypothesis)
|
||||
|
|
Loading…
Reference in New Issue