Skip to content

Commit

Permalink
Merge pull request #3295 from candlepin/mhorky/ethtool-removal
Browse files Browse the repository at this point in the history
Drop further ethtool dependency mentions
  • Loading branch information
ptoscano authored Jul 12, 2023
2 parents eb52690 + 7493dac commit 13431bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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 All @@ -94,7 +94,7 @@ do
done

# List of Python eggs (yes, names can be different from package names)
PY_PACKAGES="python_dateutil ethtool"
PY_PACKAGES="python_dateutil"

# Copy required Python eggs 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 13431bb

Please sign in to comment.