diff options
author | Stefan Metzmacher <metze@samba.org> | 2016-06-27 08:25:30 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2016-07-22 16:03:27 +0200 |
commit | 4a340708de6510a8ce7c5a1f0a516b5709b5b694 (patch) | |
tree | ad906707925bbf3fc875e58ce36628eb6f884dfb /WHATSNEW.txt | |
parent | aaee982b4a5c4f1f7c5d4146be9d178b53907067 (diff) | |
download | samba-4a340708de6510a8ce7c5a1f0a516b5709b5b694.tar.gz |
WHATSNEW: recomment python-crypto and python-m2crypto
They're used for some samba-tool commands.
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r-- | WHATSNEW.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 436d9bfdde0..505d28b05dc 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -171,6 +171,12 @@ encrypted form by configuring the new "password hash gpg key ids" option. This requires gpgme devel and python packages to be installed (e.g. libgpgme11-dev and python-gpgme on debian/ubuntu). +Python crypto requirements +-------------------------- + +Some samba-tool subcommands require python-crypto and/or +python-m2crypto packages to be installed. + REMOVED FEATURES ================ |