me
/
guix
Archived
1
0
Fork 0

gnu: Remove python2-psutil.

* gnu/packages/python-xyz.scm (python2-psutil): Delete variable.
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
1 changed files with 0 additions and 8 deletions

View File

@ -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,
top, lsof, netstat, ifconfig, who, df, kill, free, nice, ionice, iostat,
iotop, uptime, pidof, tty, taskset, pmap.")
(properties `((python2-variant . ,(delay python2-psutil))))
(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
(package
(name "python-shapely")