RO migration to Python3
[osm/Features.git] / RO_migration_to_Python3.md
1 # RO migration to Python3
2
3 ## Proposers
4
5 - Alfonso Tierno (Telefonica)
6 - Gerardo Garcia (Telefonica)
7 - Francisco Javier Ramon (Telefonica)
8
9 ## Type
10
11 Feature
12
13 ## Target MDG/TF
14
15 RO, Devops
16
17 ## Description
18
19 Python 2 End of Life is expected for January 1st 2020. We need to address
20 the migration to Python3 before that date.
21
22 ## Demo or definition of done
23
24 - RO will run on python3. RO client will also run on python3.
25 - A new debian package will be produced "python3-osm-ro", totally based on Python3,
26   with no dependences on Python2 or Python2 libraries.
27 - The new debian package will be used by the RO Dockerfile in Devops stage3.
28