summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Fasching2020-02-27 16:46:43 +0100
committerAlexander Fasching2020-02-27 16:46:43 +0100
commitf8ff0f49d90f9e499952e1063cae518d4353c5c6 (patch)
treeda5d4c5e40e656099dc05c65592b41c4e1273146
parent5dc48fd33dd5212690fa7b87abd1423c173525a1 (diff)
downloadaur-f8ff0f49d90f9e499952e1063cae518d4353c5c6.tar.gz
upgpkg: python-projectq 0.5.0-1
Add python-matplotlib dependency for documentation
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e393c975a602..d5023c5d5177 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = python-projectq
makedepends = python-setuptools
makedepends = python-sphinx
makedepends = python-sphinx_rtd_theme
+ makedepends = python-matplotlib
depends = python
depends = python-numpy
depends = python-future
diff --git a/PKGBUILD b/PKGBUILD
index e8378909b257..96c89d1b3958 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ depends=(python
python-requests
python-scipy
python-networkx)
-makedepends=(python-setuptools python-sphinx python-sphinx_rtd_theme)
+makedepends=(python-setuptools python-sphinx python-sphinx_rtd_theme python-matplotlib)
source=(https://github.com/ProjectQ-Framework/ProjectQ/archive/v$pkgver.tar.gz)
sha512sums=('63264d69c89d327ff451786d35719d0500ecc0ca1cb0c93e3a8f6d0c17674f9f68412feccf0f4c2876f8202c0d89ebd9af290d3405361473f4e99afc14ac8b41')