wok-current rev 23629
twisted: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Apr 16 13:05:37 2020 +0000 (2020-04-16) |
parents | dbdacb7fd60c |
children | 64d159b437a1 |
files | elilo/receipt twisted/receipt |
line diff
1.1 --- a/elilo/receipt Thu Apr 16 10:33:21 2020 +0100 1.2 +++ b/elilo/receipt Thu Apr 16 13:05:37 2020 +0000 1.3 @@ -27,6 +27,7 @@ 1.4 cp -a docs $install/usr/share/doc 1.5 cp README* $install/usr/share/doc 1.6 # rm -rf $install/usr/share/doc/CVS 1.7 + grep -rl 'StrnCpy(' * | xargs sed -i 's|StrnCpy(|StrnCpyElilo(|' 1.8 sed -i 's|dpkg-architecture.*)|echo ia32)|' \ 1.9 Make.defaults 1.10 make ARCH=ia32 -j 1 &&
2.1 --- a/twisted/receipt Thu Apr 16 10:33:21 2020 +0100 2.2 +++ b/twisted/receipt Thu Apr 16 13:05:37 2020 +0000 2.3 @@ -13,7 +13,7 @@ 2.4 WGET_URL="https://twistedmatrix.com/Releases/Twisted/${VERSION%.*}/$TARBALL" 2.5 2.6 DEPENDS="python-incremental python-attrs python-constantly zopeinterface" 2.7 -BUILD_DEPENDS="python python-dev python-setuptools zopeinterface" 2.8 +BUILD_DEPENDS="python python-dev python-setuptools python-pip zopeinterface" 2.9 2.10 # Rules to configure and make the package. 2.11 compile_rules()