Skip to content

Use enum-compat instead of enum34 directly

Jean Regisser requested to merge jeanregisser/python-yeelight:master into master

Hi,

I'm getting an error in Home Assistant running python 3.6 that uses your library: AttributeError: module 'enum' has no attribute 'IntFlag'

It appears enum34 is not meant to be installed in Python versions 3.4+ so this fixes it.

Let me know what you think,

Edited by Stavros Korokithakis

Merge request reports