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

Dependencies linux #332

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ include = ["schema-am.rng", "install/*", "lnst-ctl.conf"]
[tool.poetry.dependencies]
python = "^3.9"
lxml = "*"
ethtool = "*"
pyroute2 = "*"
ethtool = {version = "*", platform = 'linux'}
pyroute2 = {version = "*", platform = 'linux'}
Copy link
Collaborator

Choose a reason for hiding this comment

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

i think if possible i'd also like this to be split in a way that these only install on the Agent installations... and a pure controller installation doesn't need these.

simply for situations when i want to install a pure controller on linux, this will still want to install these dependencies.


libvirt-python = {version = "*", optional = true }
podman = {version = "*", optional = true }
Expand Down