Skip to content
This repository has been archived by the owner on Oct 30, 2019. It is now read-only.

mariadb: Adds default-libmysqlclient-dev #264

Merged
merged 1 commit into from
Apr 21, 2019
Merged

mariadb: Adds default-libmysqlclient-dev #264

merged 1 commit into from
Apr 21, 2019

Conversation

ludeeus
Copy link
Member

@ludeeus ludeeus commented Apr 20, 2019

Description:

Adds default-libmysqlclient-dev to fix this error during installation of the python package:

    Complete output from command python setup.py egg_info:
    /bin/sh: 1: mysql_config: not found
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-install-vipuxr5a/mysqlclient/setup.py", line 16, in <module>
        metadata, options = get_config()
      File "/tmp/pip-install-vipuxr5a/mysqlclient/setup_posix.py", line 51, in get_config
        libs = mysql_config("libs")
      File "/tmp/pip-install-vipuxr5a/mysqlclient/setup_posix.py", line 29, in mysql_config
        raise EnvironmentError("%s not found" % (_mysql_config_path,))
    OSError: mysql_config not found

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-vipuxr5a/mysqlclient/

Related issue (if applicable): Fixes #

Checklist (Required):

  • The code change is tested and works locally.

@ludeeus ludeeus added Buster Bugs related to the Buster based Hassbian Image suite: mariadb labels Apr 20, 2019
@ludeeus ludeeus added this to the 0.13.0 milestone Apr 20, 2019
@ludeeus ludeeus requested a review from Landrash April 20, 2019 10:28
@Landrash
Copy link
Collaborator

Looks good to me.
Has this been checked so that it doesn't break on Stretch?

@ludeeus ludeeus self-assigned this Apr 21, 2019
@ludeeus
Copy link
Member Author

ludeeus commented Apr 21, 2019

It has not, will see if I get some time to test that too.

@Landrash Landrash merged commit 50d8bdb into home-assistant:dev Apr 21, 2019
@ludeeus ludeeus deleted the buster-mariadb branch April 21, 2019 20:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Buster Bugs related to the Buster based Hassbian Image cla-signed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants