pull/12540/head
Paulus Schoutsen 2018-02-19 23:10:44 -08:00
parent 46ce114066
commit e37974c5fc
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ URL_PIN = ('https://home-assistant.io/developers/code_review_platform/'
CONSTRAINT_PATH = os.path.join(os.path.dirname(__file__),
'../homeassistant/package_constraints.txt')
CONSTRAINT_BASE = """
# Breaks Python 3.6 and is not needed for our supported Pythons
# Breaks Python 3.6 and is not needed for our supported Python versions
enum34==1000000000.0.0
"""