gnu: Remove python2-psutil.

* gnu/packages/python-xyz.scm (python2-psutil): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 23:02:47 -04:00
parent 25ed723d5e
commit 16ccac5a1b
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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")