python3 plugin: run setup.py in source subdir if such option exists #751

Closed
wants to merge 1 commit into
from

Conversation

Projects
None yet
3 participants

yphus commented Aug 23, 2016

Projects such as lp:checkbox contains various python3 sub-projects in different subfolders. Unfortunately the python3 plugin does not run setup.py from there but instead from the root folder, not honoring the source subdir option.

This little patch ensures that setup.py will be run from the specified subdir.

Sylvain Pineau (https://launchpad.net/~sylvain-pineau)

Can one of the admins verify this patch?

Can one of the admins verify this patch?

Collaborator

sergiusens commented Sep 14, 2016

Closing as this has been fixed in #771

@sergiusens sergiusens closed this Sep 14, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment