mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove needless inputs python-pip and python2-pip.
This is installed together with Python 3 anyway and for our build of Python 2. * gnu/packages/python.scm (python2-fixtures): [inputs] remove "python-pip". * gnu/packages/pdf.scm (python2-reportlab): [native-inputs] remove "python2-pip". (python-reportlab)[properties]: remove "python2-variant".
This commit is contained in:
parent
f210e94432
commit
d8013ee221
2 changed files with 3 additions and 8 deletions
|
@ -2044,8 +2044,7 @@ and sensible default behaviors into your setuptools run.")
|
|||
`(("python-six" ,python-six)
|
||||
("python-pbr-0.11" ,python-pbr-0.11)))
|
||||
(inputs
|
||||
`(("python-pip" ,python-pip)
|
||||
;; Tests
|
||||
`(;; Tests
|
||||
("python-testtools" ,python-testtools)))
|
||||
(arguments
|
||||
'(#:tests? #f)) ; no setup.py test command
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue