gnu: Add python-psutil-bootstrap.

* gnu/packages/python-xyz.scm (python-psutil-bootstrap): New variable.

Change-Id: I1eb2ea0e76fb2bb9c06fddefd33cbe7b1c976494
This commit is contained in:
Sharlatan Hellseher
2026-04-22 10:43:12 +01:00
committed by Andreas Enge
parent 217d4fc36f
commit 28d4a652ee

View File

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