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

Commits on Nov 23, 2023

  1. pyproject.toml: add missing dependencies

    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
    alan-barzilay committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    4d236cb View commit details
    Browse the repository at this point in the history