14 lines
178 B
Plaintext
14 lines
178 B
Plaintext
|
framework: shell
|
||
|
require:
|
||
|
- make
|
||
|
- gcc
|
||
|
- procps-ng
|
||
|
- python3-psutil
|
||
|
- python3-psutil-tests
|
||
|
- python3-devel
|
||
|
- python3-setuptools
|
||
|
- sed
|
||
|
test: |
|
||
|
python3 -m psutil.tests
|
||
|
tty: true
|