Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bad mysql link in setup.py #11

Open
mzarozinski opened this issue Aug 1, 2017 · 1 comment
Open

Bad mysql link in setup.py #11

mzarozinski opened this issue Aug 1, 2017 · 1 comment

Comments

@mzarozinski
Copy link

In the setup.py file for HydraServer the link returns a 404:

dependency_links=['http://cdn.mysql.com/Downloads/Connector-Python/mysql-connector-python-2.1.4.zip']

should be:

dependency_links=['http://dev.mysql.com/get/Downloads/Connector-Python/mysql-connector-python-2.1.4.zip']

@knoxsp
Copy link
Contributor

knoxsp commented Sep 4, 2017

This has been updated on master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants