Skip to content

Commit

Permalink
add missing dependency python3-six to install scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Oct 31, 2024
1 parent 327b2f5 commit 6585963
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions distro/archlinux/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ depends+=('python-psutil')
depends+=('python-cachetools')
depends+=('python-requests')
depends+=('python-setuptools')
depends+=('python-six')
#depends+=('python-gflags') # for google api client


Expand Down
1 change: 1 addition & 0 deletions distro/debian/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ depends+=('python3-psutil')
depends+=('python3-cachetools')
depends+=('python3-requests')
depends+=('python3-pkg-resources')
depends+=('python3-six')
#depends+=('python3-gflags') # for google api client

recommends=()
Expand Down
1 change: 1 addition & 0 deletions distro/fedora/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ requires+=('python3-psutil')
requires+=('python3-cachetools')
requires+=('python3-requests')
requires+=('python3-setuptools')
requires+=('python3-six')
#requires+=('python3-gflags') # for google api client


Expand Down
1 change: 1 addition & 0 deletions distro/suse/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ requires+=('python3-psutil')
requires+=('python3-cachetools')
requires+=('python3-requests')
requires+=('python3-setuptools')
requires+=('python3-six')
#requires+=('python3-gflags') # for google api client


Expand Down

0 comments on commit 6585963

Please sign in to comment.