mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: python2-faker: Add explicit dependency on six.
This is a follow-up to commit a6a7336964
.
* gnu/packages/python-xyz.scm (python2-faker)[propagated-inputs]: Add
PYTHON2-SIX.
This commit is contained in:
parent
51d42caa94
commit
85bad77fac
1 changed files with 1 additions and 0 deletions
|
@ -11417,6 +11417,7 @@ (define-public python2-faker
|
|||
,@(package-native-inputs base)))
|
||||
(propagated-inputs
|
||||
`(("python2-ipaddress" ,python2-ipaddress)
|
||||
("python2-six" ,python2-six)
|
||||
,@(package-propagated-inputs base))))))
|
||||
|
||||
(define-public python-pyaml
|
||||
|
|
Loading…
Reference in a new issue