Why has MySQL-python package been removed as part of the removal of MariaDB?

Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
Recently I removed some MariaDB packages in order to install a new version from an RPM file.
yum remove mariadb mariadb-server mariadb-libs
And as part of the process yum also removed MySQL-python package. Why did it do this? I searched online to see which MariaDB package has MySQL-python as a dependency but could not locate this information clearly.
Command Line : remove mariadb mariadb-server mariadb-libs
Transaction performed with:
Installed rpm-4.11.3-25.el7.x86_64 @base
Installed yum-3.4.3-154.el7.centos.1.noarch @updates
Installed yum-plugin-fastestmirror-1.1.31-42.el7.noarch @base
Packages Altered:
Erase MySQL-python-1.2.5-1.el7.x86_64 @G****
Erase mariadb-1:5.5.56-2.el7.x86_64 @base
Erase mariadb-libs-1:5.5.56-2.el7.x86_64 @base
Erase mariadb-server-1:5.5.56-2.el7.x86_64 @base
Erase net-snmp-1:5.7.2-28.el7_4.1.x86_64 @G*****
Erase perl-DBD-MySQL-4.023-5.el7.x86_64 @base
I did reinstall the MySQL-python package but when installing with yum, it says it has no dependencies.
centos python yum mysql mariadb
add a comment |Â
up vote
0
down vote
favorite
Recently I removed some MariaDB packages in order to install a new version from an RPM file.
yum remove mariadb mariadb-server mariadb-libs
And as part of the process yum also removed MySQL-python package. Why did it do this? I searched online to see which MariaDB package has MySQL-python as a dependency but could not locate this information clearly.
Command Line : remove mariadb mariadb-server mariadb-libs
Transaction performed with:
Installed rpm-4.11.3-25.el7.x86_64 @base
Installed yum-3.4.3-154.el7.centos.1.noarch @updates
Installed yum-plugin-fastestmirror-1.1.31-42.el7.noarch @base
Packages Altered:
Erase MySQL-python-1.2.5-1.el7.x86_64 @G****
Erase mariadb-1:5.5.56-2.el7.x86_64 @base
Erase mariadb-libs-1:5.5.56-2.el7.x86_64 @base
Erase mariadb-server-1:5.5.56-2.el7.x86_64 @base
Erase net-snmp-1:5.7.2-28.el7_4.1.x86_64 @G*****
Erase perl-DBD-MySQL-4.023-5.el7.x86_64 @base
I did reinstall the MySQL-python package but when installing with yum, it says it has no dependencies.
centos python yum mysql mariadb
TheMySQL-pythonpackage probably hasmariadbas dependency.
â Kusalananda
Feb 27 at 11:37
Did you have MySQL installed?
â BrennQuin
Feb 27 at 17:37
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Recently I removed some MariaDB packages in order to install a new version from an RPM file.
yum remove mariadb mariadb-server mariadb-libs
And as part of the process yum also removed MySQL-python package. Why did it do this? I searched online to see which MariaDB package has MySQL-python as a dependency but could not locate this information clearly.
Command Line : remove mariadb mariadb-server mariadb-libs
Transaction performed with:
Installed rpm-4.11.3-25.el7.x86_64 @base
Installed yum-3.4.3-154.el7.centos.1.noarch @updates
Installed yum-plugin-fastestmirror-1.1.31-42.el7.noarch @base
Packages Altered:
Erase MySQL-python-1.2.5-1.el7.x86_64 @G****
Erase mariadb-1:5.5.56-2.el7.x86_64 @base
Erase mariadb-libs-1:5.5.56-2.el7.x86_64 @base
Erase mariadb-server-1:5.5.56-2.el7.x86_64 @base
Erase net-snmp-1:5.7.2-28.el7_4.1.x86_64 @G*****
Erase perl-DBD-MySQL-4.023-5.el7.x86_64 @base
I did reinstall the MySQL-python package but when installing with yum, it says it has no dependencies.
centos python yum mysql mariadb
Recently I removed some MariaDB packages in order to install a new version from an RPM file.
yum remove mariadb mariadb-server mariadb-libs
And as part of the process yum also removed MySQL-python package. Why did it do this? I searched online to see which MariaDB package has MySQL-python as a dependency but could not locate this information clearly.
Command Line : remove mariadb mariadb-server mariadb-libs
Transaction performed with:
Installed rpm-4.11.3-25.el7.x86_64 @base
Installed yum-3.4.3-154.el7.centos.1.noarch @updates
Installed yum-plugin-fastestmirror-1.1.31-42.el7.noarch @base
Packages Altered:
Erase MySQL-python-1.2.5-1.el7.x86_64 @G****
Erase mariadb-1:5.5.56-2.el7.x86_64 @base
Erase mariadb-libs-1:5.5.56-2.el7.x86_64 @base
Erase mariadb-server-1:5.5.56-2.el7.x86_64 @base
Erase net-snmp-1:5.7.2-28.el7_4.1.x86_64 @G*****
Erase perl-DBD-MySQL-4.023-5.el7.x86_64 @base
I did reinstall the MySQL-python package but when installing with yum, it says it has no dependencies.
centos python yum mysql mariadb
edited Mar 4 at 15:28
Jeff Schaller
31.2k846105
31.2k846105
asked Feb 27 at 11:21
Matt B
13
13
TheMySQL-pythonpackage probably hasmariadbas dependency.
â Kusalananda
Feb 27 at 11:37
Did you have MySQL installed?
â BrennQuin
Feb 27 at 17:37
add a comment |Â
TheMySQL-pythonpackage probably hasmariadbas dependency.
â Kusalananda
Feb 27 at 11:37
Did you have MySQL installed?
â BrennQuin
Feb 27 at 17:37
The
MySQL-python package probably has mariadb as dependency.â Kusalananda
Feb 27 at 11:37
The
MySQL-python package probably has mariadb as dependency.â Kusalananda
Feb 27 at 11:37
Did you have MySQL installed?
â BrennQuin
Feb 27 at 17:37
Did you have MySQL installed?
â BrennQuin
Feb 27 at 17:37
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
It is very likely that MySQL-python (and perl-DBD-MySQL) has MariaDB client libraries as dependencies. These packages are useless (unusable) without MySQL/MariaDB client libraries.
I can't test this, but installing MySQL-python again would probably at least reinstall mariadb-libs.
I actually did re-install MySQL-python package and it has no dependencies. I will update my question with this information.
â Matt B
Feb 27 at 12:16
@MattB I wonder... Do you have another MySQL client library package installed?
â Kusalananda
Feb 27 at 12:42
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
It is very likely that MySQL-python (and perl-DBD-MySQL) has MariaDB client libraries as dependencies. These packages are useless (unusable) without MySQL/MariaDB client libraries.
I can't test this, but installing MySQL-python again would probably at least reinstall mariadb-libs.
I actually did re-install MySQL-python package and it has no dependencies. I will update my question with this information.
â Matt B
Feb 27 at 12:16
@MattB I wonder... Do you have another MySQL client library package installed?
â Kusalananda
Feb 27 at 12:42
add a comment |Â
up vote
1
down vote
It is very likely that MySQL-python (and perl-DBD-MySQL) has MariaDB client libraries as dependencies. These packages are useless (unusable) without MySQL/MariaDB client libraries.
I can't test this, but installing MySQL-python again would probably at least reinstall mariadb-libs.
I actually did re-install MySQL-python package and it has no dependencies. I will update my question with this information.
â Matt B
Feb 27 at 12:16
@MattB I wonder... Do you have another MySQL client library package installed?
â Kusalananda
Feb 27 at 12:42
add a comment |Â
up vote
1
down vote
up vote
1
down vote
It is very likely that MySQL-python (and perl-DBD-MySQL) has MariaDB client libraries as dependencies. These packages are useless (unusable) without MySQL/MariaDB client libraries.
I can't test this, but installing MySQL-python again would probably at least reinstall mariadb-libs.
It is very likely that MySQL-python (and perl-DBD-MySQL) has MariaDB client libraries as dependencies. These packages are useless (unusable) without MySQL/MariaDB client libraries.
I can't test this, but installing MySQL-python again would probably at least reinstall mariadb-libs.
answered Feb 27 at 11:42
Kusalananda
103k13202318
103k13202318
I actually did re-install MySQL-python package and it has no dependencies. I will update my question with this information.
â Matt B
Feb 27 at 12:16
@MattB I wonder... Do you have another MySQL client library package installed?
â Kusalananda
Feb 27 at 12:42
add a comment |Â
I actually did re-install MySQL-python package and it has no dependencies. I will update my question with this information.
â Matt B
Feb 27 at 12:16
@MattB I wonder... Do you have another MySQL client library package installed?
â Kusalananda
Feb 27 at 12:42
I actually did re-install MySQL-python package and it has no dependencies. I will update my question with this information.
â Matt B
Feb 27 at 12:16
I actually did re-install MySQL-python package and it has no dependencies. I will update my question with this information.
â Matt B
Feb 27 at 12:16
@MattB I wonder... Do you have another MySQL client library package installed?
â Kusalananda
Feb 27 at 12:42
@MattB I wonder... Do you have another MySQL client library package installed?
â Kusalananda
Feb 27 at 12:42
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f426910%2fwhy-has-mysql-python-package-been-removed-as-part-of-the-removal-of-mariadb%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
The
MySQL-pythonpackage probably hasmariadbas dependency.â Kusalananda
Feb 27 at 11:37
Did you have MySQL installed?
â BrennQuin
Feb 27 at 17:37