Skip to content

Commit 3ec2252

Browse files
committed
Raise dependency for psutil on Debian systems
1 parent 1f7452c commit 3ec2252

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tools/Python/mcrun/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ set(CPACK_NSIS_DISPLAY_NAME "${NSIS_NAME}")
5151
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "${NSIS_NAME}")
5252

5353
# Debian
54-
set(CPACK_DEBIAN_PACKAGE_DEPENDS "${FLAVOR}, python3-yaml, python3-numpy")
54+
set(CPACK_DEBIAN_PACKAGE_DEPENDS "${FLAVOR}, python3-yaml, python3-numpy, python3-psutil")
5555
set(CPACK_DEBIAN_PACKAGE_REPLACES "${FLAVOR}-tools-python-${P}run-3.5.1")
5656

5757
# RPM

tools/Python/mctest/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ set(CPACK_NSIS_DISPLAY_NAME "${NSIS_NAME}")
5252
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "${NSIS_NAME}")
5353

5454
# Debian
55-
set(CPACK_DEBIAN_PACKAGE_DEPENDS "${FLAVOR}, ${FLAVOR}-comps, python3-jinja2")
55+
set(CPACK_DEBIAN_PACKAGE_DEPENDS "${FLAVOR}, ${FLAVOR}-comps, python3-jinja2, python3-psutil")
5656
set(CPACK_DEBIAN_PACKAGE_REPLACES "${FLAVOR}-tools-python-${P}test-3.5.1")
5757

5858
# RPM

0 commit comments

Comments
 (0)