aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-02-14 17:00:36 +0000
committerng0 <ng0@n0.is>2019-02-14 17:00:36 +0000
commit1438d566a1cb6d4c35c5046728502888424e2829 (patch)
treebbea22761b8a60bfa1d998454d899dbf44ce1fc1 /README
parentc671d660870d94de0b7208186223b1cc986ee4e4 (diff)
downloadgnunet-1438d566a1cb6d4c35c5046728502888424e2829.tar.gz
gnunet-1438d566a1cb6d4c35c5046728502888424e2829.zip
README: we are on python3.7 now
Signed-off-by: ng0 <ng0@n0.is>
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 43d6671d7..596c4acbb 100644
--- a/README
+++ b/README
@@ -57,8 +57,8 @@ These are the direct dependencies for running GNUnet:
57These are the dependencies for GNUnet's testsuite: 57These are the dependencies for GNUnet's testsuite:
58 58
59- Bash (optional (?), for some tests) 59- Bash (optional (?), for some tests)
60- python >= 2.7 (optional, only python 2.7 is supported) 60- python >= 3.7 (optional, only python 3.7 is supported)
61- python-future >= 2.7 (optional, only python 2.7 is supported) 61- python-future >= 3.7 (optional, only python 3.7 is supported)
62 62
63 63
64These are the optional dependencies: 64These are the optional dependencies:
@@ -67,13 +67,13 @@ These are the optional dependencies:
67- libpulse >= 2.0 (optional, for experimental conversation tool) 67- libpulse >= 2.0 (optional, for experimental conversation tool)
68- libogg >= 1.3.0 (optional, for experimental conversation tool) 68- libogg >= 1.3.0 (optional, for experimental conversation tool)
69- libnss (optional, certtool binary (for convenient installation of GNS proxy)) 69- libnss (optional, certtool binary (for convenient installation of GNS proxy))
70- python-future (optional, for some testcases and utilities) 70- python2.7-future (optional, for gnunet-qr)
71- python-zbar >= 0.10 (optional, for gnunet-qr) 71- python-zbar >= 0.10 (optional, for gnunet-qr)
72- TeX Live >= 2012 (optional, for gnunet-bcd[*]) 72- TeX Live >= 2012 (optional, for gnunet-bcd[*])
73- texi2mdoc (optional, for automatic mdoc generation [*2]) 73- texi2mdoc (optional, for automatic mdoc generation [*2])
74- libglpk >= 4.45 (optional, for experimental code) 74- libglpk >= 4.45 (optional, for experimental code)
75- perl5 (optional, for some utilities) 75- perl5 (optional, for some utilities)
76- python >= 2.7 (optional, for gnunet-qr, only python 2.7 is supported) 76- python2.7 >= 2.7 (optional, for gnunet-qr, only python 2.7 is supported)
77- bluez (optional, for bluetooth support) 77- bluez (optional, for bluetooth support)
78- miniupnpc 78- miniupnpc
79- libpbc >= 0.5.14 (optional, for Attribute-Based Encryption and Identity Provider functionality) 79- libpbc >= 0.5.14 (optional, for Attribute-Based Encryption and Identity Provider functionality)