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

pyproject.toml: add missing dependencies #2257

Merged
merged 1 commit into from Nov 23, 2023

Conversation

alan-barzilay
Copy link
Contributor

  • This fix issue: we were missing 2 dependencies, pyparted and systemd-python(optional), that would lead pip installations to fail sometimes.

PR Description:

I added the missing dependencies and attributed systemd_python to a new optional dependency group called log since it only seems to be used for system logging:

import systemd.journal # type: ignore

Tests and Checks

  • I have tested the code!

we were missing 2 dependencies, pyparted and systemd-python(optional), that would lead pip installations to fail sometimes. 

I added them and attributed systemd_python to a new optional dependency group called log since it only seems to be used for system logging:

https://github.com/archlinux/archinstall/blob/64c91cdbcba4b1dc5270c4cf4314943e5b151641/archinstall/lib/output.py#L133
@Torxed Torxed merged commit f644632 into archlinux:master Nov 23, 2023
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

Successfully merging this pull request may close these issues.

None yet

2 participants