wok diff python-pysol-cards/receipt @ rev 23634

Up tazlito (524)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 19 12:37:01 2020 +0000 (2020-04-19)
parents c551e38d57d5
children 1df6fa555414
line diff
     1.1 --- a/python-pysol-cards/receipt	Wed Apr 08 10:35:39 2020 +0100
     1.2 +++ b/python-pysol-cards/receipt	Sun Apr 19 12:37:01 2020 +0000
     1.3 @@ -13,12 +13,11 @@
     1.4  WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
     1.5  
     1.6  DEPENDS="python"
     1.7 -BUILD_DEPENDS="python python-setuptools"
     1.8 +BUILD_DEPENDS="python python-pbr python-setuptools"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13 -	python setup.py build &&
    1.14  	python setup.py install --root=$DESTDIR
    1.15  }
    1.16