-
Notifications
You must be signed in to change notification settings - Fork 5
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
pip package has an (inherited ?) dependency on graphic libs #39
Comments
Hi $ git rev-parse HEAD
92f02a51a29b306bd56e53cc0e109e6af735fb0b
$ pipenv graph
pkg-resources==0.0.0
systemctl-mqtt==0.5.1.dev33+g92f02a5
- dbus-python [required: <2, installed: 1.2.16]
- paho-mqtt [required: <2, installed: 1.5.1]
- PyGObject [required: <4, installed: 3.38.0]
- pycairo [required: >=1.11.1, installed: 1.19.1] Dependency on
Maybe Do you maybe have a suggestion? |
Many thanks for your fast response. Thanks |
I used |
Hi
When pip-installing systemctl-mqtt on a system without graphics it fails as pycairo fails building.
Same with PyGObjects
Why is there a dependency on graphical libraries ?
Could this be removed ?
Thanks
The text was updated successfully, but these errors were encountered: