forked from kivy/buildozer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve Buildozer's venv handling. (kivy#1689)
* Improve Buildozer's venv handling. * Rather than call a subprocess to run venv, use the built-in venv library. * Rather than check if an attribute exists, define it in __init__ and see if it has changed. * self.venv contained a folder name, but the folder name didn't need to be stored after the method returned. A boolean was all that was required. Also, some trivial clean ups thrown in: * Comment improvements. * Copy command didn't need to be logged; buildops will do that. * Directory's existence doesn't need to be checked; buildops will do that. * Add reference to comment Co-authored-by: Mirko Galimberti <[email protected]> --------- Co-authored-by: Mirko Galimberti <[email protected]>
- Loading branch information
Showing
1 changed file
with
19 additions
and
13 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