aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorVasil Velichkov <vvvelichkov@gmail.com>2019-09-02 06:49:09 +0300
committerPiotr Krysik <ptrkrysik@gmail.com>2021-05-03 07:14:00 +0200
commitfc99ad4258c5834f5849428c448242dd2bec7c4c (patch)
tree109265551214a2c94f295fee11fe17ee5d3aee65 /tests
parent386dddb620102611ab742a62e93a1a186c0bf6e8 (diff)
travis: Install only python3 packages
Diffstat (limited to 'tests')
-rw-r--r--tests/dockerfiles/Debian_testing.docker5
-rw-r--r--tests/dockerfiles/Kali.docker5
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