Skip to content
Snippets Groups Projects
Commit b1942915 authored by Justin S's avatar Justin S Committed by Levi Baber
Browse files

r-rmysql: add 0.10.17, mariadb-connector-c dependency (#11044)

* r-rmysql: add 0.10.17, mariadb-connector-c dependency

* r-rmysql: add dbi, mariadb version constraints
parent 62fa8136
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,8 @@ class RRmysql(RPackage):
url = "https://cran.r-project.org/src/contrib/RMySQL_0.10.9.tar.gz"
list_url = "https://cran.r-project.org/src/contrib/Archive/RMySQL"
version('0.10.17', sha256='754df4fce159078c1682ef34fc96aa5ae30981dc91f4f2bada8d1018537255f5')
version('0.10.9', '3628200a1864ac3005cfd55cc7cde17a')
depends_on('r-dbi', type=('build', 'run'))
depends_on('mariadb')
depends_on('r-dbi@0.4:', type=('build', 'run'))
depends_on('mariadb@:5.5.56')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment