# HG changeset patch # User Pascal Bellard # Date 1572697618 -3600 # Node ID 2bfe25db26a50094b6237ac7af09d0bd586a8515 # Parent 12a00e4d5909a6fde6db9c93841628b2b32782e5 python-constantly: add bdeps diff -r 12a00e4d5909 -r 2bfe25db26a5 python-constantly/receipt --- a/python-constantly/receipt Fri Nov 01 17:02:38 2019 +0100 +++ b/python-constantly/receipt Sat Nov 02 13:26:58 2019 +0100 @@ -12,6 +12,7 @@ WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" DEPENDS="python" +BUILD_DEPENDS="python-setuptools" # Rules to configure and make the package. compile_rules() diff -r 12a00e4d5909 -r 2bfe25db26a5 vifm/receipt --- a/vifm/receipt Fri Nov 01 17:02:38 2019 +0100 +++ b/vifm/receipt Sat Nov 02 13:26:58 2019 +0100 @@ -25,7 +25,7 @@ --datadir=/usr/share \ $CONFIGURE_ARGS && make && - make DESTDIR=$DESTDIR install + make DESTDIR=$DESTDIR -j 1 install } # Rules to gen a SliTaz package suitable for Tazpkg.