summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Mocciola2015-10-25 22:56:51 +0100
committerMichele Mocciola2015-10-25 22:56:51 +0100
commitcd975e39fdd8884e85099d44c59d3df87f7aea0f (patch)
treef84ec45adb3eac4b97ead61ee04c2d084686e19b
parentbe703c9577ae26ed61fffa829bf590777e533f7c (diff)
downloadaur-python2-ifcopenshell.tar.gz
Removed unnecesary depend
-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=()