Skip to content

Commit

Permalink
dev-python/qdarkstyle: add missing dep flag
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/733194
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
  • Loading branch information
AndrewAmmerlaan committed Jul 19, 2020
1 parent 4571784 commit fcfaa4e
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,15 @@ KEYWORDS="~amd64 ~x86"

IUSE="examples"

RDEPEND=">=dev-python/helpdev-0.6.2[${PYTHON_USEDEP}]
>=dev-python/QtPy-1.7[${PYTHON_USEDEP}]"

DEPEND="test? ( dev-python/qtsass[${PYTHON_USEDEP}] )"
RDEPEND="
>=dev-python/helpdev-0.6.2[${PYTHON_USEDEP}]
>=dev-python/QtPy-1.7[gui,${PYTHON_USEDEP}]
"

DEPEND="test? (
dev-python/qtsass[${PYTHON_USEDEP}]
>=dev-python/QtPy-1.7[gui,testlib,${PYTHON_USEDEP}]
)"

distutils_enable_tests pytest
distutils_enable_sphinx docs dev-python/sphinx_rtd_theme dev-python/m2r
Expand Down

0 comments on commit fcfaa4e

Please sign in to comment.