libreoffice: remove pip test requirement on newer builds

This commit is contained in:
Luis Guzmán 2025-10-12 13:00:20 -06:00
parent 4febd4848b
commit f9a85c2a6f

View file

@ -17,18 +17,22 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=4
VERSION=5
EXTERNAL='deb-src http://ppa.launchpad.net/libreoffice/ppa/ubuntu $UPSTREAM main'
REPOKEY="73AEE920AD55F5A0"
BACKPORT=true
. ./config
patch --no-backup-if-mismatch -p1 < $DATA/debian-rules_7.3.patch
patch_p1 $DATA/debian-rules_7.3.patch
# Increase CPU usage for amd64 build.
sed -i "/NUM_CPUS=/s|3|7|" debian/rules
# Remote pip test
rm pyuno/qa/pytests/testpip.py
sed -i '/python3-pip/d' debian/control
changelog "Backport libreoffice fresh into Trisquel"
package