Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Uninstall enum34 in python3.6 docker image (home-assistant#8103)
* Uninstall enum34 in python3.6 docker image This is a short term fix for home-assistant#7733 What's happening is the following dependencies are pulling enum34: - pygatt - libsoundtouch - yeelight However, enum34 is not meant to be installed in Python versions 3.4+ and causing the `AttributeError: module 'enum' has no attribute 'IntFlag'`` I've submitted patches to these projects so we don't have to do this manual uninstall in the future. * Update Dockerfile
- Loading branch information