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 06a12da440a9..667131e96da1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,6 @@ pkgbase = python-pyfmi
makedepends = cython
depends = fmilib
depends = python-scipy
- depends = python-lxml
depends = python-assimulo
source = https://github.com/modelon/PyFMI/archive/PyFMI-2.12.0.tar.gz
sha256sums = d1b4afc9771e2f631f3f9741539f56a7ff42267f60ff87a4aea83e21fa09fea5
diff --git a/PKGBUILD b/PKGBUILD
index aba53d104fc0..8dbd1c1803df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ url="http://www.pyfmi.org"
arch=('x86_64')
license=('LGPL')
makedepends=('python-setuptools' 'cython')
-depends=('fmilib' 'python-scipy' 'python-lxml' 'python-assimulo')
+depends=('fmilib' 'python-scipy' 'python-assimulo')
source=("https://github.com/modelon/PyFMI/archive/PyFMI-${pkgver}.tar.gz")
sha256sums=('d1b4afc9771e2f631f3f9741539f56a7ff42267f60ff87a4aea83e21fa09fea5')