Skip to content

Commit 525a924

Browse files
authored
Stop explicitly listing flake8 plugins in install instructions (ros2#5906)
These plugins are all installed via rosdep in Kilted and newer. Signed-off-by: Scott K Logan <[email protected]>
1 parent 788fe61 commit 525a924

File tree

4 files changed

+0
-24
lines changed

4 files changed

+0
-24
lines changed

source/Installation/Alternatives/RHEL-Development-Setup.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,6 @@ Install development tools
7676
python3-vcstool \
7777
wget
7878
79-
~ install some pip packages needed for testing and
80-
~ not available as RPMs
81-
$ python3 -m pip install -U --user \
82-
flake8-blind-except==0.1.1 \
83-
flake8-class-newline \
84-
flake8-deprecated
85-
8679
Build ROS 2
8780
-----------
8881

source/Installation/Alternatives/RHEL-Install-Binary.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,6 @@ If you are going to build ROS packages or otherwise do development, you can also
7777
python3-vcstool \
7878
wget
7979
80-
~ install some pip packages needed for testing and
81-
~ not available as RPMs
82-
$ python3 -m pip install -U --user \
83-
flake8-blind-except==0.1.1 \
84-
flake8-class-newline \
85-
flake8-deprecated
86-
8780
Install ROS 2
8881
-------------
8982

source/Installation/Alternatives/Ubuntu-Development-Setup.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ Install development tools
3939
.. code-block:: console
4040
4141
$ sudo apt update && sudo apt install -y \
42-
python3-flake8-blind-except \
43-
python3-flake8-class-newline \
44-
python3-flake8-deprecated \
4542
python3-mypy \
4643
python3-pip \
4744
python3-pytest \

source/Installation/RHEL-Install-RPMs.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,6 @@ If you are going to build ROS packages or otherwise do development, you can also
7575
python3-vcstool \
7676
wget
7777
78-
~ install some pip packages needed for testing and
79-
~ not available as RPMs
80-
$ python3 -m pip install -U --user \
81-
flake8-blind-except==0.1.1 \
82-
flake8-class-newline \
83-
flake8-deprecated
84-
8578
Install ROS 2
8679
-------------
8780

0 commit comments

Comments
 (0)