Skip to content

Commit

Permalink
Block uuid package being installed
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Aug 1, 2020
1 parent 416ee7f commit 5d79304
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions homeassistant/package_constraints.txt
Expand Up @@ -43,3 +43,6 @@ enum34==1000000000.0.0

# This is a old unmaintained library and is replaced with pycryptodome
pycrypto==1000000000.0.0

# This is built-in and breaks pip if installed
uuid==1000000000.0.0
3 changes: 3 additions & 0 deletions script/gen_requirements_all.py
Expand Up @@ -69,6 +69,9 @@
# This is a old unmaintained library and is replaced with pycryptodome
pycrypto==1000000000.0.0
# This is built-in and breaks pip if installed
uuid==1000000000.0.0
"""

IGNORE_PRE_COMMIT_HOOK_ID = (
Expand Down

0 comments on commit 5d79304

Please sign in to comment.