Skip to content

Commit

Permalink
dev-python/pandocfilters: Remove unnecessary dep on pandoc
Browse files Browse the repository at this point in the history
Remove the unnecessary dependency on app-text/pandoc. While this package
is providing filters that work with its output, it does not strictly use
pandoc in any way or require its presence.

Considering that pandoc is written in Haskell and this package is
an indirect unconditional dependency of dev-python/ipython now, remove
the dependency that causes users to install a number of additional
packages that they will not ever use or need.

Closes: gentoo#5486
  • Loading branch information
mgorny committed Aug 20, 2017
1 parent 0a3ba7d commit d7cca9a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions dev-python/pandocfilters/pandocfilters-1.2.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,3 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

RDEPEND="<=app-text/pandoc-1.15"
DEPEND="${RDEPEND}"
3 changes: 0 additions & 3 deletions dev-python/pandocfilters/pandocfilters-1.4.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,3 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

RDEPEND=">=app-text/pandoc-1.16"
DEPEND="${RDEPEND}"
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,3 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""

RDEPEND=">=app-text/pandoc-1.16"
DEPEND="${RDEPEND}"

0 comments on commit d7cca9a

Please sign in to comment.