[neon/forks/ubuntu-release-upgrader/Neon/unstable_jammy] /: install missing build deps during pre-build itself
Harald Sitter
null at kde.org
Tue Apr 26 19:20:53 BST 2022
Git commit f78830c30601f5613fd10e21fca957738876400d by Harald Sitter.
Committed on 26/04/2022 at 18:14.
Pushed by sitter into branch 'Neon/unstable_jammy'.
install missing build deps during pre-build itself
since we run the script during the source generation we need the deps to be auto installed
M +4 -0 pre-build.sh
https://invent.kde.org/neon/forks/ubuntu-release-upgrader/commit/f78830c30601f5613fd10e21fca957738876400d
diff --git a/pre-build.sh b/pre-build.sh
index 6338ad4a..9f43ea12 100755
--- a/pre-build.sh
+++ b/pre-build.sh
@@ -5,6 +5,10 @@ set -e
# The testsuite has a sad if you're in a non-UTF-8 locale:
export LANG='C.UTF-8'
+
+# Install for neon. we run this during build
+apt install -y apt-btrfs-snapshot parsewiki python3-feedparser python3-mock xvfb gir1.2-gtk-3.0 python3-nose
+
dpkg-checkbuilddeps -d 'python3-apt, apt-btrfs-snapshot, parsewiki, python3-feedparser,
python3-mock, xvfb, gir1.2-gtk-3.0, python3-gi, python3-nose, pycodestyle, python3-distutils-extra, python3-update-manager'
More information about the Neon-commits
mailing list