-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
homeassistant: fix tradfri integration #5869
Conversation
- add dtlssocket wheel (runtime dependecy of tradfri)
@th0ma7 I need your assistance.
|
I'll try to reproduce on my end. Although from the get go something's fishy with this (may just be missing
That portion of code ensures that no cross/* wheels are being symlink'ed from the python source to your build environemnt, which in turns ensures they get re-built locally so the resulting Let me reproduce this... I'll come back to you tomorrow. |
Have you invoked a build then do a make clean of somesort? |
Ok, found your issue. It isn't with DTLSSocket but rather with cython. Also I noticed a newer DTLSSocket version is out if homeassistant allows to update it (0.1.16) https://pypi.org/project/DTLSSocket/ Update it to the latest version and that should do the trick:
|
@th0ma7 this is curious (from my log above):
|
Want to fix xz md5sum to confirm it builds ok? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This is strange, a new download of |
There was a successfuly build before 5ffbf46 |
Description
Fixes #5856
Checklist
all-supported
completed successfullyType of change