commit: fd43b9e000bf5133feeb66e410019793be3e88af Author: Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de> AuthorDate: Thu Dec 19 16:15:12 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Dec 19 18:37:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd43b9e0
dev-python/nextinspace: sync live Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/gentoo/pull/39782 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/nextinspace/nextinspace-9999.ebuild | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/dev-python/nextinspace/nextinspace-9999.ebuild b/dev-python/nextinspace/nextinspace-9999.ebuild index 07ed06c31eb5..4017cac96b5e 100644 --- a/dev-python/nextinspace/nextinspace-9999.ebuild +++ b/dev-python/nextinspace/nextinspace-9999.ebuild @@ -27,21 +27,13 @@ RDEPEND=" " BDEPEND=" test? ( - ${RDEPEND} dev-python/pytest-lazy-fixtures[${PYTHON_USEDEP}] >=dev-python/requests-mock-1.8[${PYTHON_USEDEP}] ) " PATCHES=( - "${FILESDIR}/${PN}-2.0.5-lazy_fixtures.patch" + "${FILESDIR}/${P}-license.patch" ) distutils_enable_tests pytest - -src_prepare() { - default - - # Don't install license files - sed -e '/^include = \["LICENSE"\]$/d' -i pyproject.toml || die -}
