Skip to content

Commit

Permalink
Drop further ethtool dependency mentions
Browse files Browse the repository at this point in the history
* Card ID: ENT-5099

This is a follow-up to 4c81d7c
> 2215974: Collect network facts using 'ip'

While the ethtool dependency was dropped from the .spec file, it was not
completely removed from the rest of the build files. This commit fixes
that.
  • Loading branch information
m-horky committed Jul 12, 2023
1 parent 6d9911c commit b4fb2c3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/build_updates_img.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ make -e install
PYTHON_SITE_PACKAGE_DIRS=`${PYTHON_BIN} -c "import site; print(' '.join(site.getsitepackages()))"`

# List of required Python packages
PY_PACKAGES="dateutil ethtool"
PY_PACKAGES="dateutil"

# Copy required Python modules to updates.img too
for pkg in `echo ${PY_PACKAGES}`
Expand Down
2 changes: 1 addition & 1 deletion scripts/container-pre-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dnf --setopt install_weak_deps=False install -y \
python3-setuptools \
openssl-devel glib2-devel libdnf-devel \
python3-rpm python3-librepo python3-gobject python3-gobject python3-dbus \
python3-dateutil python3-requests python3-iniparse python3-ethtool \
python3-dateutil python3-requests python3-iniparse \
glibc-langpack-en glibc-langpack-de glibc-langpack-ja

# Install test packages
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ def find_py(self):
install_requires = [
"iniparse",
"python-dateutil",
"ethtool",
"dbus-python",
]

Expand Down

0 comments on commit b4fb2c3

Please sign in to comment.