mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05: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 @@ (define-public python-psutil
|
||||||
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…
Reference in a new issue