wok diff python-pygments/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 53b845fd006c
children 46921aca812b
line diff
     1.1 --- a/python-pygments/receipt	Sun Jul 30 19:29:36 2017 +0100
     1.2 +++ b/python-pygments/receipt	Sun May 19 19:45:04 2019 +0200
     1.3 @@ -10,8 +10,8 @@
     1.4  WEB_SITE="http://pygments.org/"
     1.5  WGET_URL="https://bitbucket.org/birkenfeld/pygments-main/get/$VERSION.tar.bz2"
     1.6  
     1.7 -DEPENDS="python setuptools"
     1.8 -BUILD_DEPENDS="setuptools wget"
     1.9 +DEPENDS="python python-setuptools"
    1.10 +BUILD_DEPENDS="python-setuptools wget"
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()