diff options
author | ng0 <ng0@n0.is> | 2019-02-14 17:00:36 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-02-14 17:00:36 +0000 |
commit | 1438d566a1cb6d4c35c5046728502888424e2829 (patch) | |
tree | bbea22761b8a60bfa1d998454d899dbf44ce1fc1 /README | |
parent | c671d660870d94de0b7208186223b1cc986ee4e4 (diff) |
README: we are on python3.7 now
Signed-off-by: ng0 <ng0@n0.is>
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -57,8 +57,8 @@ These are the direct dependencies for running GNUnet: These are the dependencies for GNUnet's testsuite: - Bash (optional (?), for some tests) -- python >= 2.7 (optional, only python 2.7 is supported) -- python-future >= 2.7 (optional, only python 2.7 is supported) +- python >= 3.7 (optional, only python 3.7 is supported) +- python-future >= 3.7 (optional, only python 3.7 is supported) These are the optional dependencies: @@ -67,13 +67,13 @@ These are the optional dependencies: - libpulse >= 2.0 (optional, for experimental conversation tool) - libogg >= 1.3.0 (optional, for experimental conversation tool) - libnss (optional, certtool binary (for convenient installation of GNS proxy)) -- python-future (optional, for some testcases and utilities) +- python2.7-future (optional, for gnunet-qr) - python-zbar >= 0.10 (optional, for gnunet-qr) - TeX Live >= 2012 (optional, for gnunet-bcd[*]) - texi2mdoc (optional, for automatic mdoc generation [*2]) - libglpk >= 4.45 (optional, for experimental code) - perl5 (optional, for some utilities) -- python >= 2.7 (optional, for gnunet-qr, only python 2.7 is supported) +- python2.7 >= 2.7 (optional, for gnunet-qr, only python 2.7 is supported) - bluez (optional, for bluetooth support) - miniupnpc - libpbc >= 0.5.14 (optional, for Attribute-Based Encryption and Identity Provider functionality) |