Skip to content

Commit

Permalink
Install the rest of the flake8 plugins via dnf. (#790)
Browse files Browse the repository at this point in the history
These are available from EPEL now, so we can install them
from packages rather than pip.

Signed-off-by: Chris Lalancette <clalancette@gmail.com>
  • Loading branch information
clalancette authored Oct 9, 2024
1 parent 5859b8b commit 2cdfab2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions linux_docker_resources/Dockerfile-RHEL
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,11 @@ RUN dnf install \
python3-empy \
$(if test ${EL_RELEASE/.*/} != 8; then echo python3-fastjsonschema; fi) \
python3-flake8 \
$(if test ${EL_RELEASE/.*/} != 8; then echo python3-flake8-blind-except; fi) \
$(if test ${EL_RELEASE/.*/} != 8; then echo python3-flake8-builtins; fi) \
$(if test ${EL_RELEASE/.*/} != 8; then echo python3-flake8-class-newline; fi) \
$(if test ${EL_RELEASE/.*/} != 8; then echo python3-flake8-comprehensions; fi) \
$(if test ${EL_RELEASE/.*/} != 8; then echo python3-flake8-deprecated; fi) \
python3-flake8-docstrings \
$(if test ${EL_RELEASE/.*/} != 8; then echo python3-flake8-import-order; fi) \
$(if test ${EL_RELEASE/.*/} != 8; then echo python3-flake8-quotes; fi) \
Expand Down

0 comments on commit 2cdfab2

Please sign in to comment.