Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make optional deps really optional (#1738)
This assigns groups to netifaces and android_backup dependencies so that they shouldn't be required for building the package (e.g. by installing the git checkout using pip). `PKG-INFO` looks now like this for these deps: ``` Requires-Dist: android_backup (>=0,<1); extra == "backup_extraction" Requires-Dist: netifaces (>=0,<1); extra == "updater" ```
- Loading branch information