dev-python/ffmpeg-python: remove pytest-runner dependency

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Maciej Barć <xgqt@protonmail.com>
This commit is contained in:
Maciej Barć 2020-07-24 06:33:18 +02:00
parent 61d8d090c7
commit 6dce5defeb
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
2 changed files with 12 additions and 4 deletions

View File

@ -30,9 +30,8 @@ IUSE="doc test"
DEPEND="
>=dev-python/future-0.18.2[${PYTHON_USEDEP}]
>=dev-python/numpy-1.16.5[${PYTHON_USEDEP}]
dev-python/pytest-runner[${PYTHON_USEDEP}]
dev-python/wheel
test? (
>=dev-python/pytest-4.6.9[${PYTHON_USEDEP}]
>=dev-python/pytest-mock-1.11.2[${PYTHON_USEDEP}]
)
"
@ -44,3 +43,8 @@ RDEPEND="
distutils_enable_tests pytest
distutils_enable_sphinx doc/src
python_prepare_all() {
sed -i -e '/pytest-runner/d' setup.py || die
distutils-r1_python_prepare_all
}

View File

@ -30,9 +30,8 @@ IUSE="doc test"
DEPEND="
>=dev-python/future-0.18.2[${PYTHON_USEDEP}]
>=dev-python/numpy-1.16.5[${PYTHON_USEDEP}]
dev-python/pytest-runner[${PYTHON_USEDEP}]
dev-python/wheel
test? (
>=dev-python/pytest-4.6.9[${PYTHON_USEDEP}]
>=dev-python/pytest-mock-1.11.2[${PYTHON_USEDEP}]
)
"
@ -44,3 +43,8 @@ RDEPEND="
distutils_enable_tests pytest
distutils_enable_sphinx doc/src
python_prepare_all() {
sed -i -e '/pytest-runner/d' setup.py || die
distutils-r1_python_prepare_all
}