Skip to content

Commit

Permalink
dev-python/pymediainfo: Set DISTUTILS_USE_SETUPTOOLS=rdepend
Browse files Browse the repository at this point in the history
The QA check has been improved and handles this package just fine.

Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Sep 21, 2020
1 parent deba8cb commit a83f9eb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions dev-python/pymediainfo/pymediainfo-4.2.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ EAPI=7

PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
PYTHON_REQ_USE="xml(+)"
# The package uses pkg_resources to determine its version
DISTUTILS_USE_SETUPTOOLS=manual
DISTUTILS_USE_SETUPTOOLS=rdepend

inherit distutils-r1

Expand All @@ -19,11 +18,9 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
media-libs/libmediainfo
"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/setuptools_scm[${PYTHON_USEDEP}]
"

Expand Down

0 comments on commit a83f9eb

Please sign in to comment.