wok diff python-pysol-cards/receipt @ rev 23695
updated terminator (1.91 -> 1.92)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 27 07:35:16 2020 +0100 (2020-04-27) |
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 Mon Apr 27 07:35:16 2020 +0100 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