# HG changeset patch # User Hans-G?nter Theisgen # Date 1586340924 -3600 # Node ID b39f96775170c908ae8fa99ecc8f9cc4a219e775 # Parent eb4d3901b5c77829edeee4a944aba37c32b4f6e4 python-pysol-cards: added build dependency diff -r eb4d3901b5c7 -r b39f96775170 python-pysol-cards/receipt --- a/python-pysol-cards/receipt Wed Apr 08 11:05:31 2020 +0100 +++ b/python-pysol-cards/receipt Wed Apr 08 11:15:24 2020 +0100 @@ -13,12 +13,11 @@ WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="python" -BUILD_DEPENDS="python python-setuptools" +BUILD_DEPENDS="python python-pbr python-setuptools" # Rules to configure and make the package. compile_rules() { - python setup.py build && python setup.py install --root=$DESTDIR }