summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index acbc769f8441..bc0cfadf77a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,6 @@ pkgbase = python2-ifcopenshell
depends = opencollada
depends = boost-libs>=1.58.0
depends = python2
- depends = python
source = https://github.com/IfcOpenShell/IfcOpenShell/archive/v0.4.0.tar.gz
source = boost-1.58.patch
md5sums = 12bbb9726d8012cf88222f5921a767c3
diff --git a/PKGBUILD b/PKGBUILD
index 75c6901a9758..adab56e951dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Open source IFC library and geometry engine. Provides only wrapper for
url="http://ifcopenshell.org/"
arch=('x86_64' 'i686')
license=('GPL3')
-depends=('opencascade' 'opencollada' 'boost-libs>=1.58.0' 'python2' 'python')
+depends=('opencascade' 'opencollada' 'boost-libs>=1.58.0' 'python2')
optdepends=()
makedepends=('cmake' 'boost>=1.58.0' 'swig')
conflicts=()