summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2021-09-29 13:03:28 -0500
committerCarlos Aznarán Laos2021-09-29 13:03:28 -0500
commitfd43f37157592c33f7079651a219ac64b0386669 (patch)
tree06b9bcac9c9819eaf4092021ca9c23006129f4aa
parent97ed5e2600dfe06062806567946e879e05eaa22a (diff)
downloadaur-fd43f37157592c33f7079651a219ac64b0386669.tar.gz
Move to python-portalocker to makedepends for avoid unsatisfy dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b0a8ab04f54..3cdd55fabce1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,6 +14,7 @@ pkgbase = dune-common
makedepends = graphviz
makedepends = python-sphinx
makedepends = python-setuptools
+ makedepends = python-portalocker
optdepends = vc: C++ Vectorization library
optdepends = texlive-latexextra: Type setting system
optdepends = doxygen: Generate the class documentation from C++ sources
diff --git a/PKGBUILD b/PKGBUILD
index b95dea39f6e4..24190a54753b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgdesc="Build system, infrastructure and foundation classes"
arch=('x86_64')
url="https://dune-project.org/modules/${pkgbase}"
license=('custom:GPL2 with runtime exception')
-makedepends=('cmake' 'openmpi' 'tbb' 'texlive-latexextra' 'biber' 'doxygen' 'graphviz' 'python-sphinx' 'python-setuptools')
+makedepends=('cmake' 'openmpi' 'tbb' 'texlive-latexextra' 'biber' 'doxygen' 'graphviz' 'python-sphinx' 'python-setuptools' 'python-portalocker')
optdepends=('vc: C++ Vectorization library'
'texlive-latexextra: Type setting system'
'doxygen: Generate the class documentation from C++ sources'