[arch-commits] Commit in python-sphinx/trunk (PKGBUILD)
    Johannes Löthberg 
    demize at archlinux.org
       
    Wed Dec  6 20:52:21 UTC 2017
    
    
  
    Date: Wednesday, December 6, 2017 @ 20:52:20
  Author: demize
Revision: 272624
upgpkg: python-sphinx 1.6.5-2
Modified:
  python-sphinx/trunk/PKGBUILD
----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-06 19:17:55 UTC (rev 272623)
+++ PKGBUILD	2017-12-06 20:52:20 UTC (rev 272624)
@@ -7,7 +7,7 @@
 pkgbase=python-sphinx
 pkgname=('python-sphinx' 'python2-sphinx')
 pkgver=1.6.5
-pkgrel=1
+pkgrel=2
 
 arch=('any')
 url='http://sphinx.pocoo.org/'
@@ -95,6 +95,7 @@
 package_python-sphinx() {
   pkgdesc='Python3 documentation generator'
   depends=(
+    'python-setuptools'
     'python-jinja'
     'python-pygments'
     'python-docutils'
@@ -121,6 +122,7 @@
 package_python2-sphinx() {
   pkgdesc='Python2 documentation generator'
   depends=(
+    'python2-setuptools'
     'python2-jinja'
     'python2-pygments'
     'python2-docutils'
    
    
More information about the arch-commits
mailing list