Skip to content

Commit 6f6f974

Browse files
committed
Build(setup.py): Add mariadb in extras_require
[skip ci]
1 parent a2b0c62 commit 6f6f974

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

docs/News.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Build
1414
* Change URLs for ``oursql`` in ``extras_require`` in ``setup.py``.
1515
Provide separate URLs for Python 2.7 and 3.4+.
1616

17+
* Add ``mariadb`` in ``extras_require`` in ``setup.py``.
18+
1719
SQLObject 3.9.0
1820
===============
1921

docs/download.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ MySQL
6363
^^^^^
6464

6565
mysql (installs MySQL-python for Python 2.7 and mysqlclient for Python 3.4+)
66-
mysql-connector oursql pymysql
66+
mysql-connector oursql pymysql mariadb
6767

6868
ODBC
6969
^^^^

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
'oursql:python_version>="3.4"': [
121121
'oursql3 @ git+https://github.com/sqlobject/oursql.git@py3k'],
122122
'pymysql': ['pymysql'],
123+
'mariadb': ['mariadb'],
123124
# ODBC
124125
'odbc': ['pyodbc'],
125126
'pyodbc': ['pyodbc'],

0 commit comments

Comments
 (0)