Date: Sunday, June 23, 2019 @ 19:38:30
  Author: polyzen
Revision: 483314

Move Sphinx to checkdeps

Modified:
  python-sphinxcontrib-serializinghtml/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-06-23 19:38:07 UTC (rev 483313)
+++ PKGBUILD    2019-06-23 19:38:30 UTC (rev 483314)
@@ -8,9 +8,8 @@
 arch=('any')
 url=https://github.com/sphinx-doc/sphinxcontrib-serializinghtml
 license=('BSD')
-depends=('python-sphinx')
 makedepends=('python-setuptools')
-checkdepends=('python-pytest')
+checkdepends=('python-pytest' 'python-sphinx')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz";)
 sha256sums=('c0efb33f8052c04fd7a26c0a07f1678e8512e0faec19f4aa8f2473a8b81d5227')
 

Reply via email to