me
/
guix
Archived
1
0
Fork 0

gnu: python2-packaging-bootstrap: Add missing dependency

* gnu/packages/python-xyz.scm (python2-packaging-bootstrap)
[propagated-inputs]: Add python2-six-bootstrap.
master
Lars-Dominik Braun 2021-01-11 15:19:01 +01:00 committed by Maxim Cournoyer
parent 42b89fbf30
commit 73068c77f1
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 1 deletions

View File

@ -16032,7 +16032,8 @@ information.")
(name "python2-packaging-bootstrap")
(native-inputs '())
(propagated-inputs
`(("python-pyparsing" ,python2-pyparsing)))
`(("python-pyparsing" ,python2-pyparsing)
("python-six" ,python2-six-bootstrap)))
(arguments
`(#:tests? #f
,@(package-arguments python2-packaging))))))