gnu: Remove unneeded uses of python{,2}-minimal.
The "python-minimal" package exists mostly to resolve a dependency cycle. To reduce duplication, packages should prefer the regular Python variants. * gnu/packages/admin.scm (htop)[native-inputs]: Change PYTHON-MINIMAL-WRAPPER to PYTHON-WRAPPER. * gnu/packages/crypto.scm (botan)[native-inputs]: Likewise. * gnu/packages/bioinformatics.scm (sambamba)[native-inputs]: Change PYTHON-MINIMAL to PYTHON. * gnu/packages/dictionaries.scm (apertium)[native-inputs]: Likewise. * gnu/packages/databases.scm (mongodb)[native-inputs]: Change PYTHON2-MINIMAL to PYTHON2. * gnu/packages/games.scm (openttd-opensfx, openttd-openmsx)[native-inputs]: Likewise. * gnu/packages/gnome.scm (deja-dup)[native-inputs]: Likewise.
This commit is contained in:
parent
123d92eaf3
commit
61506fe551
|
@ -298,7 +298,7 @@ graphs and can export its output to different formats.")
|
||||||
(inputs
|
(inputs
|
||||||
`(("ncurses" ,ncurses)))
|
`(("ncurses" ,ncurses)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python" ,python-minimal-wrapper))) ; for scripts/MakeHeader.py
|
`(("python" ,python-wrapper))) ; for scripts/MakeHeader.py
|
||||||
(home-page "https://hisham.hm/htop/")
|
(home-page "https://hisham.hm/htop/")
|
||||||
(synopsis "Interactive process viewer")
|
(synopsis "Interactive process viewer")
|
||||||
(description
|
(description
|
||||||
|
|
|
@ -11192,7 +11192,7 @@ droplet sequencing. It has been particularly tailored for Drop-seq.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("ldc" ,ldc)
|
`(("ldc" ,ldc)
|
||||||
("rdmd" ,rdmd)
|
("rdmd" ,rdmd)
|
||||||
("python" ,python-minimal)
|
("python" ,python)
|
||||||
("biod"
|
("biod"
|
||||||
,(let ((commit "4f1a7d2fb7ef3dfe962aa357d672f354ebfbe42e"))
|
,(let ((commit "4f1a7d2fb7ef3dfe962aa357d672f354ebfbe42e"))
|
||||||
(origin
|
(origin
|
||||||
|
|
|
@ -751,7 +751,7 @@ SHA256, SHA512, SHA3, AICH, ED2K, Tiger, DC++ TTH, BitTorrent BTIH, GOST R
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda _ (invoke "./botan-test"))))))
|
(lambda _ (invoke "./botan-test"))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python" ,python-minimal-wrapper)
|
`(("python" ,python-wrapper)
|
||||||
("python-docutils" ,python-docutils)))
|
("python-docutils" ,python-docutils)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("sqlite" ,sqlite)
|
`(("sqlite" ,sqlite)
|
||||||
|
|
|
@ -335,7 +335,7 @@ applications.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("valgrind" ,valgrind)
|
`(("valgrind" ,valgrind)
|
||||||
("perl" ,perl)
|
("perl" ,perl)
|
||||||
("python" ,python2-minimal)
|
("python" ,python-2)
|
||||||
("python2-pymongo" ,python2-pymongo)
|
("python2-pymongo" ,python2-pymongo)
|
||||||
("python2-pyyaml" ,python2-pyyaml)
|
("python2-pyyaml" ,python2-pyyaml)
|
||||||
("tzdata" ,tzdata)))
|
("tzdata" ,tzdata)))
|
||||||
|
|
|
@ -372,7 +372,7 @@ word (e.g. cats) into its lemma \"cat\" and the grammatical information
|
||||||
("flex" ,flex)
|
("flex" ,flex)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
;; python is only required for running the test suite
|
;; python is only required for running the test suite
|
||||||
("python-minimal" ,python-minimal)))
|
("python" ,python)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
|
@ -2413,7 +2413,7 @@ OpenGFX provides you with...
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("catcodec" ,catcodec)
|
`(("catcodec" ,catcodec)
|
||||||
("python" ,python2-minimal)))
|
("python" ,python-2)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags
|
`(#:make-flags
|
||||||
(list (string-append "INSTALL_DIR=" %output
|
(list (string-append "INSTALL_DIR=" %output
|
||||||
|
@ -2450,7 +2450,7 @@ the original Transport Tycoon Deluxe.")
|
||||||
"0nskq97a6fsv1v6d62zf3yb8whzhqnlh3lap3va3nzvj7csjgf7c"))))
|
"0nskq97a6fsv1v6d62zf3yb8whzhqnlh3lap3va3nzvj7csjgf7c"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python" ,python2-minimal)))
|
`(("python" ,python-2)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags
|
`(#:make-flags
|
||||||
(list (string-append "INSTALL_DIR=" %output
|
(list (string-append "INSTALL_DIR=" %output
|
||||||
|
|
|
@ -277,7 +277,7 @@ features to enable users to create their discs easily and quickly.")
|
||||||
`(("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
`(("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
||||||
("gobject-introspection" ,gobject-introspection)
|
("gobject-introspection" ,gobject-introspection)
|
||||||
("duplicity" ,duplicity)
|
("duplicity" ,duplicity)
|
||||||
("python" ,python2-minimal)
|
("python" ,python-2)
|
||||||
("python-pygobject" ,python2-pygobject)
|
("python-pygobject" ,python2-pygobject)
|
||||||
("gtk+" ,gtk+)
|
("gtk+" ,gtk+)
|
||||||
("libnotify" ,libnotify)
|
("libnotify" ,libnotify)
|
||||||
|
|
Loading…
Reference in New Issue