-
Notifications
You must be signed in to change notification settings - Fork 17.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tools: Give ardupilot venv access to system packages
* When possible, we can use the apt-installed python packages which are ABI stable * Same for the other OS's that have VENV setup scripts Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
- Loading branch information
1 parent
d4a62f2
commit d18a2b2
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d18a2b2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, but this caused lots of trouble and failures on openSUSE-Tumbleweed as a rolling release distro.
This should be reverted for Tools/environment_install/install-prereqs-openSUSE-Tumbleweed.sh at least.
I think it should not be used for arch too.
d18a2b2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Jaaaky sorry for the breakage - what's the nature of the breakage you're seeing?
@Ryanf55 was this change tested?
@Jaaaky perhaps raising an issue to track this would be a good idea. OTOH, if these patches have not been tested then we should probably simply revert them.
d18a2b2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's revert the others until someone requests this flag. No, I don't have openSUSE so I didn't test.
It was requested in dev call to update all the other scripts. I only proposed changing ubuntu.
d18a2b2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#28273
Here's the patch.