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 21, 2020
1 parent 3cea3eb commit a228b01
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 @@ -44,3 +44,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 @@ -71,6 +71,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 a228b01

Please sign in to comment.