fix: Ubuntu 19.04 pip3 install issue

This commit is contained in:
Vinicius Moreira
2019-09-18 10:39:29 -03:00
parent ce43a09ea7
commit e52616e0e5
4 changed files with 58 additions and 54 deletions

View File

@@ -38,6 +38,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixes:
- cached Flatpak app current version
- disk loader not filling all requested cached data from the disk
- [Ubuntu 19.04 pip3 install issue] (https://github.com/vinifmor/bauh/issues/3)
### Code
- Code was internally modularized as: **api** (conceptual classes used to create custom software managers), **gems** (software managers), **commons** (common classes shared between the **view** and **gems**), **view** (UI code)