mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +02:00
gnu: Remove python2-psutil.
* gnu/packages/python-xyz.scm (python2-psutil): Delete variable.
This commit is contained in:
parent
25ed723d5e
commit
16ccac5a1b
1 changed files with 0 additions and 8 deletions
|
@ -1118,16 +1118,8 @@ profiling and limiting process resources and management of running processes.
|
||||||
It implements many functionalities offered by command line tools such as: ps,
|
It implements many functionalities offered by command line tools such as: ps,
|
||||||
top, lsof, netstat, ifconfig, who, df, kill, free, nice, ionice, iostat,
|
top, lsof, netstat, ifconfig, who, df, kill, free, nice, ionice, iostat,
|
||||||
iotop, uptime, pidof, tty, taskset, pmap.")
|
iotop, uptime, pidof, tty, taskset, pmap.")
|
||||||
(properties `((python2-variant . ,(delay python2-psutil))))
|
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public python2-psutil
|
|
||||||
(let ((base (package-with-python2 (strip-python2-variant python-psutil))))
|
|
||||||
(package/inherit base
|
|
||||||
(propagated-inputs
|
|
||||||
`(("python2-enum34" ,python2-enum34) ;optional
|
|
||||||
,@(package-propagated-inputs base))))))
|
|
||||||
|
|
||||||
(define-public python-shapely
|
(define-public python-shapely
|
||||||
(package
|
(package
|
||||||
(name "python-shapely")
|
(name "python-shapely")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue