summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichele Mocciola2015-10-25 22:56:51 +0100
committerMichele Mocciola2015-10-25 22:56:51 +0100
commitcd975e39fdd8884e85099d44c59d3df87f7aea0f (patch)
treef84ec45adb3eac4b97ead61ee04c2d084686e19b /PKGBUILD
parentbe703c9577ae26ed61fffa829bf590777e533f7c (diff)
downloadaur-python2-ifcopenshell.tar.gz
Removed unnecesary depend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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=()