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

Easy to drop bodhi-client dependency #3

Closed
FrostyX opened this issue Jan 11, 2024 · 1 comment
Closed

Easy to drop bodhi-client dependency #3

FrostyX opened this issue Jan 11, 2024 · 1 comment

Comments

@FrostyX
Copy link
Member

FrostyX commented Jan 11, 2024

From Matrix:

btw i personally prefer just using requests or httpx to hit the bodhi api to avoid the bodhi_client dependency, but that's just a preference thing i guess

@FrostyX
Copy link
Member Author

FrostyX commented Jan 17, 2024

This would be mainly useful for container usage and for PyPI users. This fails:

docker run -it quay.io/fedora/fedora:39 bash
dnf install python3-pip
pip3 install fedora-distro-aliases

You must first install some dependencies:

dnf install python3-devel gcc krb5-devel

There are a lot of them, they require compilation, etc. All of that is probably caused by the bodhi-client dependency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant