media-video/subliminal: needs hatch-vcs

I didn't notice again because of my git hook for WORKDIR.

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-05-07 15:10:00 +01:00
parent 8d20254cf2
commit ba8bc4fb46
2 changed files with 6 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ LICENSE="MIT"
SLOT="0"
BDEPEND="
dev-python/hatch-vcs[${PYTHON_USEDEP}]
test? (
app-arch/unzip
dev-python/sympy[${PYTHON_USEDEP}]
@@ -77,6 +78,8 @@ PATCHES=(
"${FILESDIR}"/${P}-win32-tests.patch
)
export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
distutils_enable_tests pytest
src_unpack() {

View File

@@ -27,6 +27,7 @@ LICENSE="MIT"
SLOT="0"
BDEPEND="
dev-python/hatch-vcs[${PYTHON_USEDEP}]
test? (
app-arch/unzip
dev-python/sympy[${PYTHON_USEDEP}]
@@ -77,6 +78,8 @@ PATCHES=(
"${FILESDIR}"/${P}-win32-tests.patch
)
export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
distutils_enable_tests pytest
src_unpack() {