Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
python3 plugin: run setup.py in source subdir if such option exists #751
Conversation
snappy-m-o
commented
Aug 23, 2016
|
Can one of the admins verify this patch? |
snappy-m-o
commented
Aug 23, 2016
|
Can one of the admins verify this patch? |
|
Closing as this has been fixed in #771 |
sergiusens
closed this
Sep 14, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
yphus commentedAug 23, 2016
•
Edited 1 time
-
yphus
Aug 24, 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)