r-hub / sysreqsdb

SystemRequirements mappings for R packages
135 stars 32 forks source link

Update mapping for mysql-client and Debian and Fedora #81

Closed jonkeane closed 4 years ago

jonkeane commented 4 years ago

It looks like there were some changes in which packages were available for more recent Debian releases. The package libmariadb-client-lgpl-dev was removed after the stretch release (and even in stretch it was a virtual package) for buster and up, libmariadb-dev appears to be the appropriate dependency. This is true for Ubuntu bionic and up as well. I've made sure to include the older releases (Jessie and Xenial) in case those are being used still.

An example of the r-hub failure this change should resolve: https://builder.r-hub.io/status/dittodb_0.1.0.tar.gz-60a5f1f938a84d83b51e8d654e956ecd#L75

I also included in this an addition for Fedora (which is the same as #72 ) I'm happy to take out the Fedora change from this if it's preferable to use #72 or to close #72 if doing all of these at once is easier.

jonkeane commented 4 years ago

gentle nudge is there anything I can do to help out with this?

gaborcsardi commented 4 years ago

Sorry, for the delay, thanks much!