Skip to content

Commit

Permalink
dev-python/agate-sql: Add greenlet test dep
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/817149
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Zac Medico <[email protected]>
  • Loading branch information
zmedico committed Oct 10, 2021
1 parent 212064d commit 5a30593
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion dev-python/agate-sql/agate-sql-0.5.8-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@ RDEPEND="
>=dev-python/agate-1.5.0[${PYTHON_USEDEP}]
>=dev-python/sqlalchemy-1.0.8[${PYTHON_USEDEP}]
"
BDEPEND="test? ( dev-python/lxml[${PYTHON_USEDEP}] )"
BDEPEND="
test? (
dev-python/greenlet[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
)
"

distutils_enable_tests pytest

Expand Down

0 comments on commit 5a30593

Please sign in to comment.