summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2015-08-23 23:58:54 -0400
committerAdam Goldsmith2015-08-23 23:58:54 -0400
commit7ca4179dd61ef9edfa8dfe52aaf62bda891314b9 (patch)
treef948daa1a82d23e210786bf63827ec3755bb1fa3
parent629d970841c154ed07729a0e55260bb01ed4c247 (diff)
downloadaur-7ca4179dd61ef9edfa8dfe52aaf62bda891314b9.tar.gz
remove seemingly unneeded dependencies
-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'