Closes: https://bugs.gentoo.org/676848
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
--- /dev/null
+diff --git a/setup.py b/setup.py
+index 234c92b..3ef3237 100644
+--- a/setup.py
++++ b/setup.py
+@@ -20,11 +20,11 @@ requirements = [
+
+ setup_requirements = [
+ 'cffi',
+- 'pytest-runner',
+ ]
+
+ test_requirements = [
+ 'pytest',
++ 'pytest-runner',
+ ]
+
+ if sys.platform not in ['linux', 'linux2', 'win32', 'darwin']:
# goes places, like writing to /dev or creating btrfs volumes
RESTRICT="test"
+PATCHES=( "${FILESDIR}/${PV}-correct-test-deps.patch" )
+
python_compile_all() {
use doc && emake -C docs html
}