summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5126c7d34312..a28e93dba7cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Sat Feb 16 18:06:54 UTC 2019
pkgbase = python-pytest-qt
pkgdesc = Pytest plugin for Qt (PyQt4, PyQt5 and PySide) application testing
pkgver = 3.2.2
@@ -15,6 +13,7 @@ pkgbase = python-pytest-qt
makedepends = python-setuptools
makedepends = python2-setuptools
makedepends = python-sphinx
+ makedepends = python-sphinx_rtd_theme
source = https://files.pythonhosted.org/packages/source/p/pytest-qt/pytest-qt-3.2.2.tar.gz
source = correct_underline.patch
md5sums = f35eee66fdfee776dd4523ab09c2da73
diff --git a/PKGBUILD b/PKGBUILD
index 5112d0fc190c..a046bd937200 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Pytest plugin for Qt (PyQt4, PyQt5 and PySide) application testing"
arch=('i686' 'x86_64')
url="https://pytest-qt.readthedocs.io/"
license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-sphinx')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-sphinx' 'python-sphinx_rtd_theme')
checkdepends=('python-pytest' 'python2-pytest' 'python-pyqt5' 'python2-pyqt5')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz"
'correct_underline.patch')