diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2019-06-23 18:56:19 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2019-06-23 18:56:19 -0400 |
commit | ccf48a12f35db3c4becbb4b2e695a445da983f24 (patch) | |
tree | 55d0ae16e51969fbf32705c1bdf66ef6aa6407b8 | |
parent | ca304fef5ba3543323c294e5c85dec87bd17280e (diff) |
Mention new setuptools extras in changelog
-rw-r--r-- | sites/www/changelog.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index daccc255..e664f7d4 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -35,6 +35,11 @@ Changelog initial GSSAPI functionality) for review. .. note:: + This feature also adds ``setup.py`` 'extras' support for installing + Paramiko as ``paramiko[gssapi]``, which pulls in the optional + dependencies you had to get by hand previously. + + .. note:: To be very clear, this patch **does not** remove support for the older ``python-gssapi`` library. We *may* remove that support in a later release, but for now, either library will work. Please upgrade to ``gssapi`` when |