mirror of
https://codeberg.org/guix/guix.git
synced 2026-04-28 06:34:05 +00:00
gnu: Add python-psutil-bootstrap.
* gnu/packages/python-xyz.scm (python-psutil-bootstrap): New variable. Change-Id: I1eb2ea0e76fb2bb9c06fddefd33cbe7b1c976494
This commit is contained in:
committed by
Andreas Enge
parent
217d4fc36f
commit
28d4a652ee
@@ -5073,6 +5073,16 @@ top, lsof, netstat, ifconfig, who, df, kill, free, nice, ionice, iostat,
|
||||
iotop, uptime, pidof, tty, taskset, pmap.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public python-psutil-bootstrap
|
||||
(hidden-package
|
||||
(package/inherit python-psutil
|
||||
(name "python-psutil-bootstrap")
|
||||
(arguments
|
||||
(list #:tests? #f))
|
||||
(propagated-inputs '())
|
||||
(native-inputs
|
||||
(list python-setuptools)))))
|
||||
|
||||
(define-public python-scapy
|
||||
(package
|
||||
(name "python-scapy")
|
||||
|
||||
Reference in New Issue
Block a user