Skip to content

Commit

Permalink
distro/debian/build.sh: add python3-setuptools to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Jan 5, 2025
1 parent 668b53b commit 442d758
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions distro/debian/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,13 @@ depends+=('python3-gi(>=3.24)') ## The new gobject introspection
depends+=('python3-gi-cairo')
## it's "python-gobject-cairo" in ubuntu FIXME
depends+=('python3-cairo')

depends+=('python3-httplib2')
depends+=('python3-dateutil')
depends+=('python3-psutil')
depends+=('python3-cachetools')
depends+=('python3-requests')
depends+=('python3-setuptools')
depends+=('python3-pkg-resources')
depends+=('python3-six')
#depends+=('python3-gflags') # for google api client
Expand Down

0 comments on commit 442d758

Please sign in to comment.