Skip to content

Commit

Permalink
Install packaging module.
Browse files Browse the repository at this point in the history
  • Loading branch information
auouymous committed Jun 24, 2024
1 parent 3160e0b commit 91eb09d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions modulesets/gpodder.modules
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,27 @@
<dep package="pygobject3"/>
<dep package="icu" /> <!-- for harfbuz -->
<dep package="python3"/>
<dep package="packaging" /> <!-- for gtk+ -->
<dep package="adwaita-icon-theme"/>
<!-- to get nice icons for downloaded files -->
<!-- disabled for now: frodo website is down, breaking the build..
<dep package="shared-mime-info" />
-->
</dependencies>
</metamodule>

<!-- for gtk+ -->
<distutils id="packaging">
<branch module="51/65/50db4dda066951078f0a96cf12f4b9ada6e4b811516bf0262c0f4f7064d4/packaging-24.1.tar.gz"
version="24.1"
hash="026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002"
repo="pypi" >
</branch>
<dependencies>
<dep package="python3" />
</dependencies>
<before>
<dep package="meta-gtk-osx-gtk3" />
</before>
</distutils>
</moduleset>

0 comments on commit 91eb09d

Please sign in to comment.