-
Notifications
You must be signed in to change notification settings - Fork 40
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
[build] Drop py2-mysqldb
from crabserver.spec
"Requires" list
#6228
Comments
Thanks Dario! |
Well.. yes and no. Let me explain. That said, developers have been very good originally to write code which supports both DB's, but in practice we have never ran CRAB on MySql, so if you tell me "only use Oracle from now one", I have no problem. I hope I answered the question. Indeed I do not have clear cut wisdom here, but would say: let's do whatever you decide for WMA/DBS and will work for CRAB as well. |
@mapellidario @amaltaro I am keeping this open. Take your time and let me know how it ends ! |
Okay. I still have to test how WMAgent deals with MySQL/MariaDB without that dependency. This is something I don't fully understand, but if WMAgent works without it, I see no reason why CRABServer wouldn't (even though it has never been enabled against MySQLDB backend over the last few years...). |
I fully agree. Maybe we can even close this ? |
I'd leave it opened until we really get rid of that dependency from our spec files. |
py2-mysqldb was successfully remove from crab spec files. |
crabserver.spec lists py2-mysqldb.spec as a dependency.
py2-mysqldb
buildsv1.2.4b4
of MySQLdb - github, butMySQLdb
does not support python3.I had a quick look at CRABServer repository and I could not find any import of
MySQLdb
, in particular I could not findThus, I would consider safe dropping the dependency from
py2-mysqldb
incrabserver.spec
.Do you agree? Did I miss something?
The text was updated successfully, but these errors were encountered: