Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • aports aports
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare revisions
  • Issues 663
    • Issues 663
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 298
    • Merge requests 298
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • alpinealpine
  • aportsaports
  • Merge requests
  • !19205
The source project of this merge request has been removed.

main/py3-docutils: Remove the dependency on py3-pillow

Merged jvoisin requested to merge (removed):remove_pillow_docutils into master Mar 11, 2021
  • Overview 2
  • Pipelines 0
  • Changes 1

Pillow is only used by docutils to determine the size of pictures when using the scale attribute on an image directive when no height and width attributes are specified.

In my opinion, this is a pretty niche use-case, and doesn't warrant a mandatory dependency. Moreover, docutils also has optional dependencies on Pygments (for syntax highlighting) and recommonmark (for markdown support), and neither are marked as dependencies in the Alpine package.

Source: https://github.com/live-clones/docutils/blob/f5a9e9f115bea8625ae5253ca024f62f4255fedb/docutils/docs/ref/rst/directives.txt#L229-L231

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: remove_pillow_docutils