Skip to content

Commit 23b4999

Browse files
committed
build.sh: Cleanup build requirements
Python 3.9 is already an old version which is still available on prominent distros and thus an explicit installation need not be a hard requirement. Also, `python3dist(flake8)` is not seen as a system dependency during the build process other than the tox environment for detecting linting errors. Signed-off-by: Anoop C S <[email protected]>
1 parent 52a3e01 commit 23b4999

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/container/build.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,8 @@ task_sys_deps() {
121121
python3-wheel \
122122
python3-pyxattr \
123123
python3-devel \
124-
python3.9 \
125124
samba-common-tools \
126125
rpm-build \
127-
'python3dist(flake8)' \
128126
'python3dist(inotify-simple)' \
129127
'python3dist(mypy)' \
130128
'python3dist(pytest)' \

0 commit comments

Comments
 (0)