app-text/OCRmyPDF: Removing dev-python/pytest-runner dep
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
7fca5fb8de
commit
b9a2482476
|
@ -33,10 +33,13 @@ RDEPEND="
|
||||||
virtual/python-cffi[${PYTHON_USEDEP}]
|
virtual/python-cffi[${PYTHON_USEDEP}]
|
||||||
jbig2enc? ( media-libs/jbig2enc )
|
jbig2enc? ( media-libs/jbig2enc )
|
||||||
"
|
"
|
||||||
BDEPEND="
|
|
||||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
python_prepare_all() {
|
||||||
dev-python/pytest-runner[${PYTHON_USEDEP}]
|
# do not depend on deprecated dep
|
||||||
"
|
sed -i -e '/pytest-runner/d' setup.py || die
|
||||||
|
|
||||||
|
distutils-r1_python_prepare_all
|
||||||
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
distutils-r1_src_install
|
distutils-r1_src_install
|
||||||
|
|
Loading…
Reference in a new issue