mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ addresses, and phone numbers.")
|
||||||
,@(package-native-inputs base)))
|
,@(package-native-inputs base)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python2-ipaddress" ,python2-ipaddress)
|
`(("python2-ipaddress" ,python2-ipaddress)
|
||||||
|
("python2-six" ,python2-six)
|
||||||
,@(package-propagated-inputs base))))))
|
,@(package-propagated-inputs base))))))
|
||||||
|
|
||||||
(define-public python-pyaml
|
(define-public python-pyaml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue