mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05: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
|
@ -650,14 +650,10 @@ (define-public python-reportlab
|
||||||
(description "This is the ReportLab PDF Toolkit. It allows rapid creation
|
(description "This is the ReportLab PDF Toolkit. It allows rapid creation
|
||||||
of rich PDF documents, and also creation of charts in a variety of bitmap and
|
of rich PDF documents, and also creation of charts in a variety of bitmap and
|
||||||
vector formats.")
|
vector formats.")
|
||||||
(license license:bsd-3)
|
(license license:bsd-3)))
|
||||||
(properties `((python2-variant . ,(delay python2-reportlab))))))
|
|
||||||
|
|
||||||
(define-public python2-reportlab
|
(define-public python2-reportlab
|
||||||
(package
|
(package-with-python2 python-reportlab))
|
||||||
(inherit (package-with-python2
|
|
||||||
(strip-python2-variant python-reportlab)))
|
|
||||||
(native-inputs `(("python2-pip" ,python2-pip)))))
|
|
||||||
|
|
||||||
(define-public impressive
|
(define-public impressive
|
||||||
(package
|
(package
|
||||||
|
|
|
@ -2044,8 +2044,7 @@ (define-public python-fixtures
|
||||||
`(("python-six" ,python-six)
|
`(("python-six" ,python-six)
|
||||||
("python-pbr-0.11" ,python-pbr-0.11)))
|
("python-pbr-0.11" ,python-pbr-0.11)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-pip" ,python-pip)
|
`(;; Tests
|
||||||
;; Tests
|
|
||||||
("python-testtools" ,python-testtools)))
|
("python-testtools" ,python-testtools)))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; no setup.py test command
|
'(#:tests? #f)) ; no setup.py test command
|
||||||
|
|
Loading…
Reference in a new issue