From fc99ad4258c5834f5849428c448242dd2bec7c4c Mon Sep 17 00:00:00 2001 From: Vasil Velichkov Date: Mon, 2 Sep 2019 06:49:09 +0300 Subject: travis: Install only python3 packages Change-Id: I3548fa7340afc63557cc65a7a396ecf96c607806 --- tests/dockerfiles/Debian_testing.docker | 5 ++--- tests/dockerfiles/Kali.docker | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) 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 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \ 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 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \ 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 -- cgit v1.2.3