Skip to content

Commit f5a4a60

Browse files
committed
Bug#25799465 MISSING DEPENDENCIES IN CLUSTER PACKAGES FOR APT
Added missing deps: data-node: libclass-methodmaker-perl auto-installer: python-paramiko
1 parent 05e2128 commit f5a4a60

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packaging/deb-in/deb_ndb.cmake

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ Description: Management server
2626
2727
Package: mysql-${DEB_PRODUCTNAME}-data-node
2828
Architecture: any
29-
Depends: \${shlibs:Depends}, \${misc:Depends}
29+
Depends: \${shlibs:Depends}, \${misc:Depends},
30+
libclass-methodmaker-perl
3031
Description: Data node
3132
This package contains MySQL Cluster Data Node Daemon, it's the process
3233
that is used to handle all the data in tables using the NDB Cluster
@@ -35,7 +36,8 @@ Description: Data node
3536
3637
Package: mysql-${DEB_PRODUCTNAME}-auto-installer
3738
Architecture: any
38-
Depends: \${shlibs:Depends}, \${misc:Depends}
39+
Depends: \${shlibs:Depends}, \${misc:Depends},
40+
python-paramiko
3941
Description: Data node
4042
This package contains MySQL Cluster Data Node Daemon, it's the process
4143
that is used to handle all the data in tables using the NDB Cluster

0 commit comments

Comments
 (0)