Skip to content

Commit

Permalink
media-gfx/xdot: Use DISTUTILS_USE_SETUPTOOLS=rdepend
Browse files Browse the repository at this point in the history
The package uses entry_points=... in setup.py.

Signed-off-by: Matt Turner <[email protected]>
  • Loading branch information
mattst88 committed Nov 22, 2020
1 parent bdbd36a commit 02fd141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media-gfx/xdot/xdot-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

EAPI=7
PYTHON_COMPAT=( python3_{6,7,8,9} )
DISTUTILS_USE_SETUPTOOLS=rdepend

MY_PN=xdot.py
EGIT_REPO_URI="https://github.com/jrfonseca/${MY_PN}"
Expand All @@ -28,7 +29,6 @@ SLOT="0"
DEPEND="
dev-python/pycairo[${PYTHON_USEDEP}]
dev-python/pygobject:3[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
media-gfx/graphviz
"
RDEPEND="${DEPEND}"

0 comments on commit 02fd141

Please sign in to comment.