]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
package/python-protobuf: eliminate unneeded build-time dependencies
authorSteven Noonan <steven@uplinklabs.net>
Tue, 10 Nov 2015 01:24:46 +0000 (17:24 -0800)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 11 Nov 2015 22:24:16 +0000 (23:24 +0100)
commitb6eb7600c2ff5aa0f179464ee7428b99ff21818a
tree3fdb7b6d19eee650007b75035aded92b6aeabcea
parent89b7375b0f9f55183b5157473d849367d4f5b5cb
package/python-protobuf: eliminate unneeded build-time dependencies

This was causing unexpected HTTP requests by the setup.py script for
python-protobuf. These "dependencies" aren't actually required for a successful
build, and are not staged into the target install directory.

Fixes:

  http://autobuild.buildroot.org/results/e44/e44694f30e39266491a1040e284e504d6d37ef9e/

Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Tested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/python-protobuf/0001-disable-unneeded-build-dependencies.patch [new file with mode: 0644]