aboutsummaryrefslogtreecommitdiff
path: root/lang/python/pymysql/Config.in
Commit message (Collapse)AuthorAge
* pymysql: add meta-package for sha256 supportEneas U de Queiroz2023-10-05
| | | | | | | | Replace the PYTHON3_PYMYSQL_SHA_PASSWORD_SUPPORT option, which is causing circular dependencies, with a meta-package that installs both python3-pymysql and python3-cryptography. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* pymysql: make python3-cryptography optionalAlexandru Ardelean2020-01-29
According to the installation guide [1], the support for "sha256_password" or "caching_sha2_password" for authentication is optional. This change makes it optional for the OpenWrt package by providing a build option to enable it. By default it won't be enabled, and packages can choose to enable it. [1] https://pymysql.readthedocs.io/en/latest/user/installation.html Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>