Skip to content
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

wee-slack: fix wrong dependency #15899

Merged
merged 1 commit into from
Oct 30, 2019
Merged

Conversation

caioalonso
Copy link
Contributor

@caioalonso caioalonso commented Oct 29, 2019

The current python-websockets-client dependency is incorrect:

│14:56:15     | python: stdout/stderr (?): Traceback (most recent call last):
│14:56:15     | python: stdout/stderr (?):   File "/home/caio/.weechat/python/autoload/wee_slack.py", line 28, in <module>
│14:56:15     | python: stdout/stderr (?):     from websocket import ABNF, create_connection, WebSocketConnectionClosedException
│14:56:15     | python: stdout/stderr (?): ModuleNotFoundError: No module named 'websocket'
│14:56:15 =!= | python: unable to parse file "/home/caio/.weechat/python/autoload/wee_slack.py"

Changing it to python3-websockets-client fixes the issue.

srcpkgs/wee-slack/template Outdated Show resolved Hide resolved
Copy link
Member

@Hoshpak Hoshpak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

now please squash the two commits into one.

@caioalonso
Copy link
Contributor Author

@Hoshpak done.

@Hoshpak Hoshpak merged commit 4de8866 into void-linux:master Oct 30, 2019
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants