Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
tails
tails
Commits
78e1e0c7
Commit
78e1e0c7
authored
Jun 29, 2014
by
Tails developers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reorganize blueprint.
parent
8b45e31c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
14 deletions
+26
-14
wiki/src/blueprint/python3.mdwn
wiki/src/blueprint/python3.mdwn
+26
-14
No files found.
wiki/src/blueprint/python3.mdwn
View file @
78e1e0c7
We'll need to migrate our custom programs to python3
[[!meta title="Python 3"]]
# Python 3 libraries we need that are missing in Jessie
We'll need to migrate our custom programs to Python 3. First of all,
we need to make sure all the Python 3 libraries we need are in Jessie:
[[!tails_ticket 5875]], [[!tails_ticket 6175]].
[[!toc levels=2]]
$ git grep "^ *import " config/
$ git grep "^ *from [^ -]* import " config/
#
#
Python imports in tails
repository
#
Main Git
repository
Modules not inc
u
lded in standard library follow:
Modules not incl
u
ded in standard library follow:
##
#
config/chroot_local-includes/etc/whisperback/config.py
## config/chroot_local-includes/etc/whisperback/config.py
None
##
#
config/chroot_local-includes/usr/local/bin/lc.py
## config/chroot_local-includes/usr/local/bin/lc.py
None
##
#
config/chroot_local-includes/usr/local/bin/shutdown_helper_applet
## config/chroot_local-includes/usr/local/bin/shutdown_helper_applet
- `gtk`: dep
e
rcated, replaced by `python3-gi` and `gir1.2-gtk-3.0`
- `gtk`: depr
e
cated, replaced by `python3-gi` and `gir1.2-gtk-3.0`
- `gnomeapplet`: deprecated, replaced by `python3-gi` and `gir1.2-panelapplet-4.0`
##
#
config/chroot_local-includes/usr/local/bin/tails-about
## config/chroot_local-includes/usr/local/bin/tails-about
- `gtk`: dep
e
rcated, replaced by `python3-gi` and `gir1.2-gtk-3.0`
- `gtk`: depr
e
cated, replaced by `python3-gi` and `gir1.2-gtk-3.0`
##
#
config/chroot_local-includes/usr/local/sbin/autotest_remote_shell.py
## config/chroot_local-includes/usr/local/sbin/autotest_remote_shell.py
- `serial`: OK, `python3-serial`
##
#
config/chroot_local-includes/usr/local/sbin/boot-profile
## config/chroot_local-includes/usr/local/sbin/boot-profile
- `pyinotify`: OK, `python3-pyinotify`
##
#
config/chroot_local-includes/usr/local/sbin/tails-additional-software
## config/chroot_local-includes/usr/local/sbin/tails-additional-software
- `posix1e`: OK, `python3-pylibacl`
## Python imports in WhisperBack
# Tails Greeter
TODO
# Tails Installer
TODO
# WhisperBack
- `GnuPGInterface`: **no python3 version, unmaintained**
- `gtk`: deprecated, replaced by `python3-gi` and `gir1.2-gtk-3.0`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment