pymysql: make python3-cryptography optional
authorAlexandru Ardelean <redacted>
Wed, 29 Jan 2020 07:25:10 +0000 (09:25 +0200)
committerAlexandru Ardelean <redacted>
Wed, 29 Jan 2020 07:30:59 +0000 (09:30 +0200)
commit26f8888d6b26ecb192fb6c7d2e21141939014b6f
treeac1b197380901816d54d5b1cddd6ae94058f49e0
parentfd4aa4734e3d9bc9c70875e74940238ba9516a2c
pymysql: make python3-cryptography optional

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 <redacted>
lang/python/pymysql/Config.in [new file with mode: 0644]
lang/python/pymysql/Makefile
git clone https://git.99rst.org/PROJECT