[Asterisk-code-review] install_prereq: Add missing prereq. (testsuite[18])
N A
asteriskteam at digium.com
Fri Sep 2 06:59:55 CDT 2022
N A has uploaded this change for review. ( 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, 17 insertions(+), 1 deletion(-)
git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/66/19066/1
diff --git a/contrib/scripts/install_prereq b/contrib/scripts/install_prereq
index e957d03..cd0ed16 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
--
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: 1
Gerrit-Owner: N A <mail at interlinked.x10host.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20220902/d58f2c83/attachment.html>
More information about the asterisk-code-review
mailing list