admin: python-pyudev: Add dependency on python-six.

* gnu/packages/admin.scm (python-pyudev): Add dependency on python-six.
This commit is contained in:
Roel Janssen 2018-09-15 11:03:31 +02:00
parent 636579210f
commit cbb1b16865
No known key found for this signature in database
GPG Key ID: C3EC1DCA843072E1
1 changed files with 2 additions and 0 deletions

View File

@ -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)