[Asterisk-code-review] install_prereq: Add missing prereq. (testsuite[18])
Friendly Automation
asteriskteam at digium.com
Wed Sep 7 10:10:50 CDT 2022
Friendly Automation has submitted this change. ( https://gerrit.asterisk.org/c/testsuite/+/19066 )
Change subject: install_prereq: Add missing prereq.
......................................................................
install_prereq: Add missing prereq.
The python3-venv package is needed on Debian
to install the test suite, but this is currently
missing. This adds this prereq so that install_prereq
can install everything needed for running tests.
ASTERISK-30205 #close
Change-Id: Iee932c40c6377dd0154292c8885fad440358543a
---
M contrib/scripts/install_prereq
1 file changed, 18 insertions(+), 2 deletions(-)
Approvals:
George Joseph: Looks good to me, approved
Friendly Automation: Approved for Submit
diff --git a/contrib/scripts/install_prereq b/contrib/scripts/install_prereq
index 46970a6..a131db1 100755
--- a/contrib/scripts/install_prereq
+++ b/contrib/scripts/install_prereq
@@ -15,7 +15,7 @@
# Basic build system:
PACKAGES_DEBIAN="subversion git build-essential automake"
# Python tools
-PACKAGES_DEBIAN="$PACKAGES_DEBIAN python3 python3-pip python3-setuptools python3-dev"
+PACKAGES_DEBIAN="$PACKAGES_DEBIAN python3 python3-pip python3-setuptools python3-dev python3-venv"
# Testsuite: basic requirements:
PACKAGES_DEBIAN="$PACKAGES_DEBIAN liblua5.1-0-dev lua5.1 gdb"
# Sipp requirements
@@ -24,7 +24,7 @@
# Basic build system:
PACKAGES_RH="subversion git gcc gcc-c++ patch"
# Python tools
-PACKAGES_RH="$PACKAGES_RH python3 python3-pip python3-setuptools python3-devel"
+PACKAGES_RH="$PACKAGES_RH python3 python3-pip python3-setuptools python3-devel python3-virtualenv"
# Testsuite: basic requirements:
PACKAGES_RH="$PACKAGES_RH lua-devel gdb"
# Sipp requirements
--
To view, visit https://gerrit.asterisk.org/c/testsuite/+/19066
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: testsuite
Gerrit-Branch: 18
Gerrit-Change-Id: Iee932c40c6377dd0154292c8885fad440358543a
Gerrit-Change-Number: 19066
Gerrit-PatchSet: 3
Gerrit-Owner: N A <mail at interlinked.x10host.com>
Gerrit-Reviewer: Friendly Automation
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Joshua Colp <jcolp at sangoma.com>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20220907/6daf8714/attachment.html>
More information about the asterisk-code-review
mailing list