python-cryptography: fix build by disabling setup requirements 4074/head
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Sun, 26 Feb 2017 10:28:33 +0000 (12:28 +0200)
committerAlexandru Ardelean <alexandru.ardelean@riverbed.com>
Sun, 26 Feb 2017 10:38:21 +0000 (12:38 +0200)
commit274cacf365dce1759fa725a379659bcda5f5f397
treedb721cf4931f525689efce023109fc8e04aa0a38
parent4bceecac96cd48da65a35c5a2fc67f380de3d3d3
python-cryptography: fix build by disabling setup requirements

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>
lang/python-cryptography/Makefile
lang/python-cryptography/patches/001-disable-setup-requirements.patch [new file with mode: 0644]