# HG changeset patch # User Pascal Bellard # Date 1587042337 0 # Node ID 9b3543315b4e5232537312194f36fce060858d3b # Parent dbdacb7fd60c846728bb0de9b4a19b0415de0516 twisted: update bdeps diff -r dbdacb7fd60c -r 9b3543315b4e elilo/receipt --- a/elilo/receipt Thu Apr 16 10:33:21 2020 +0100 +++ b/elilo/receipt Thu Apr 16 13:05:37 2020 +0000 @@ -27,6 +27,7 @@ cp -a docs $install/usr/share/doc cp README* $install/usr/share/doc # rm -rf $install/usr/share/doc/CVS + grep -rl 'StrnCpy(' * | xargs sed -i 's|StrnCpy(|StrnCpyElilo(|' sed -i 's|dpkg-architecture.*)|echo ia32)|' \ Make.defaults make ARCH=ia32 -j 1 && diff -r dbdacb7fd60c -r 9b3543315b4e twisted/receipt --- a/twisted/receipt Thu Apr 16 10:33:21 2020 +0100 +++ b/twisted/receipt Thu Apr 16 13:05:37 2020 +0000 @@ -13,7 +13,7 @@ WGET_URL="https://twistedmatrix.com/Releases/Twisted/${VERSION%.*}/$TARBALL" DEPENDS="python-incremental python-attrs python-constantly zopeinterface" -BUILD_DEPENDS="python python-dev python-setuptools zopeinterface" +BUILD_DEPENDS="python python-dev python-setuptools python-pip zopeinterface" # Rules to configure and make the package. compile_rules()