summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f45869a6b6f0..1d0d8ac5c140 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,10 +10,8 @@ pkgbase = cura-git
makedepends = cmake
depends = python
depends = python-pyqt5
- depends = python-opengl
depends = python-pyserial
depends = python-numpy
- depends = python-power-git
depends = python-protobuf3
depends = libarcus-git
depends = qt5-quickcontrols
diff --git a/PKGBUILD b/PKGBUILD
index 6529327b6e55..5593cab7656b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ license=('GPL2')
url="https://github.com/daid/Cura"
provides=('cura')
conflicts=('cura')
-depends=('python' 'python-pyqt5' 'python-opengl' 'python-pyserial' 'python-numpy' 'python-power-git' 'python-protobuf3' 'libarcus-git' 'qt5-quickcontrols')
+depends=('python' 'python-pyqt5' 'python-pyserial' 'python-numpy' 'python-protobuf3' 'libarcus-git' 'qt5-quickcontrols')
makedepends=('git' 'cmake')
source=('git+https://github.com/Ultimaker/Cura.git'
'git+https://github.com/Ultimaker/CuraEngine.git'