aboutsummaryrefslogtreecommitdiff
path: root/lang/python-cryptography/patches/001-disable-setup-requirements.patch
Commit message (Collapse)AuthorAge
* python-cryptography: fix build by disabling setup requirementsAlexandru Ardelean2017-02-26
python-cryptography tries to install other packages during setup. However, this isn't needed, since they should have been already resolved/installed via LEDE/OpenWrt's build system dep logic. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>