This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
ptrkrysik gerrit-no-reply at lists.osmocom.orgHello vvvelichkov,
I'd like you to do a code review. Please visit
https://gerrit.osmocom.org/c/gr-gsm/+/24065
to review the following change.
Change subject: travis: Install only python3 packages
......................................................................
travis: Install only python3 packages
Change-Id: I3548fa7340afc63557cc65a7a396ecf96c607806
---
M tests/dockerfiles/Debian_testing.docker
M tests/dockerfiles/Kali.docker
2 files changed, 4 insertions(+), 6 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/gr-gsm refs/changes/65/24065/1
diff --git a/tests/dockerfiles/Debian_testing.docker b/tests/dockerfiles/Debian_testing.docker
index 6cc4949..b95d958 100644
--- a/tests/dockerfiles/Debian_testing.docker
+++ b/tests/dockerfiles/Debian_testing.docker
@@ -7,13 +7,12 @@
libtool \
pkg-config \
build-essential \
- python-docutils \
libcppunit-dev \
swig \
doxygen \
liblog4cpp5-dev \
- python-gtk2 \
- python-scipy \
+ python3-docutils \
+ python3-scipy \
gnuradio-dev gnuradio libgmp-dev libboost-regex-dev \
libosmocore-dev
diff --git a/tests/dockerfiles/Kali.docker b/tests/dockerfiles/Kali.docker
index b4a9719..f386049 100644
--- a/tests/dockerfiles/Kali.docker
+++ b/tests/dockerfiles/Kali.docker
@@ -7,13 +7,12 @@
libtool \
pkg-config \
build-essential \
- python-docutils \
libcppunit-dev \
swig \
doxygen \
liblog4cpp5-dev \
- python-gtk2 \
- python-scipy \
+ python3-docutils \
+ python3-scipy \
gnuradio-dev gnuradio libgmp-dev libboost-regex-dev \
libosmocore-dev
--
To view, visit https://gerrit.osmocom.org/c/gr-gsm/+/24065
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: gr-gsm
Gerrit-Branch: master
Gerrit-Change-Id: I3548fa7340afc63557cc65a7a396ecf96c607806
Gerrit-Change-Number: 24065
Gerrit-PatchSet: 1
Gerrit-Owner: ptrkrysik <ptrkrysik at gmail.com>
Gerrit-Reviewer: vvvelichkov <vvvelichkov at gmail.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210503/89a1df64/attachment.htm>