Skip to content

Commit 3f98846

Browse files
authored
TOOL-11951 [Backport of TOOL-11731] performance-diagnostics: build-depends on python3-minimal instead of python-minimal (#67)
1 parent ac43e68 commit 3f98846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ Standards-Version: 4.1.2
1313

1414
Package: performance-diagnostics
1515
Architecture: any
16-
Depends: python3-bcc, python-minimal, python3-psutil
16+
Depends: python3-bcc, python3-minimal, python3-psutil
1717
Description: eBPF-based Performance Diagnostic Tools
1818
A collection of eBPF-based tools for diagnosing performance issues.

0 commit comments

Comments
 (0)