diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-07-05 13:00:05 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-07-05 13:00:05 +0200 |
commit | 4ffdaca5d3154b9de4f08de86a4d63059673497e (patch) | |
tree | 00eb49d4acabcb9008b63b187a1848b6e455d13b /media-libs | |
parent | dev-python/testscenarios: Port to py3.10 (diff) | |
download | gentoo-4ffdaca5d3154b9de4f08de86a4d63059673497e.tar.gz gentoo-4ffdaca5d3154b9de4f08de86a4d63059673497e.tar.bz2 gentoo-4ffdaca5d3154b9de4f08de86a4d63059673497e.zip |
media-libs/lilv: Remove incorrect unittest2 dep
Closes: https://bugs.gentoo.org/789600
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/lilv/lilv-0.24.12.ebuild | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/media-libs/lilv/lilv-0.24.12.ebuild b/media-libs/lilv/lilv-0.24.12.ebuild index cd8939ba7a9e..afa0f80e6fa2 100644 --- a/media-libs/lilv/lilv-0.24.12.ebuild +++ b/media-libs/lilv/lilv-0.24.12.ebuild @@ -26,11 +26,6 @@ BDEPEND=" dev-python/sphinx dev-python/sphinx_lv2_theme ) - test? ( - $(python_gen_cond_dep ' - dev-python/unittest2[${PYTHON_USEDEP}] - ') - ) " RDEPEND=" ${PYTHON_DEPS} |