aboutsummaryrefslogtreecommitdiff
path: root/net/openvswitch/patches/0003-override-pythonpath-via-make-vars.patch
Commit message (Collapse)AuthorAge
* openvswitch: enforce the use of the python binary from `packages`Alexandru Ardelean2017-06-29
Seems it was not failing for me because it was probably using my host Python, which may have the `six` package available. This patch enforces the use of the packaged Python. That way, it's more consistent that the python-six package is available. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>