wok-current rev 23593
python-pysol-cards: added build dependency
author | Hans-G?nter Theisgen |
---|---|
date | Wed Apr 08 11:15:24 2020 +0100 (2020-04-08) |
parents | eb4d3901b5c7 |
children | 0e3b43ca38e6 |
files | python-pysol-cards/receipt |
line diff
1.1 --- a/python-pysol-cards/receipt Wed Apr 08 11:05:31 2020 +0100 1.2 +++ b/python-pysol-cards/receipt Wed Apr 08 11:15:24 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