diff --git a/science/robotics/opencv/actions.py b/science/robotics/opencv/actions.py
index 5049feffa1..fd5076475e 100644
--- a/science/robotics/opencv/actions.py
+++ b/science/robotics/opencv/actions.py
@@ -10,6 +10,7 @@ from pisi.actionsapi import shelltools
from pisi.actionsapi import get
#shelltools.export("PYTHONDONTWRITEBYTECODE", "")
+shelltools.export("PYTHON", "/usr/bin/python3")
def setup():
diff --git a/science/robotics/opencv/pspec.xml b/science/robotics/opencv/pspec.xml
index a01d92f091..d6cf5bb50d 100644
--- a/science/robotics/opencv/pspec.xml
+++ b/science/robotics/opencv/pspec.xml
@@ -26,8 +26,8 @@
imath-devel
openexr-devel
lapack-devel
- python-numpy
- python-devel
+
+
python3-devel
python3-numpy
xine-lib-devel
@@ -50,6 +50,7 @@
opencl-icd-devel
ninja
openjpeg2-devel
+ python3-setuptools