wok diff python-sphinx/receipt @ rev 21582

Use python-setuptools as bdeps (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 19 19:45:04 2019 +0200 (2019-05-19)
parents 9e01bc6321ea
children c71df21187b4
line diff
     1.1 --- a/python-sphinx/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.2 +++ b/python-sphinx/receipt	Sun May 19 19:45:04 2019 +0200
     1.3 @@ -11,7 +11,7 @@
     1.4  WEB_SITE="http://sphinx.pocoo.org"
     1.5  WGET_URL="http://pypi.python.org/packages/source/S/$SOURCE/$TARBALL"
     1.6  
     1.7 -DEPENDS="python python-docutils python-jinja2 python-pygments setuptools"
     1.8 +DEPENDS="python python-docutils python-jinja2 python-pygments python-setuptools"
     1.9  BUILD_DEPENDS="$DEPENDS python-dev"
    1.10  
    1.11  # Rules to configure and make the package.