Skip to content

Commit

Permalink
Clarified which python-systemd module is required.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikratio committed Oct 27, 2018
1 parent 9e1f004 commit c0655ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ UNRELEASED CHANGES
* Fixed a potential bug in s3qlrm that would probably lead to a
filesystem crash (hasn't actually been observed though).

* Clarified installation instructions: S3QL requires the official
systemd Python module, not the (third-party) module on PyPi.

2018-10-08, S3QL 2.31

* Object removal now makes more use of parallelism.
Expand Down
4 changes: 3 additions & 1 deletion rst/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ that is not the case.
* `requests <https://pypi.python.org/pypi/requests/>`_ (optional,
required for OAuth2 authentication with Google Storage)
* `systemd <https://github.com/systemd/python-systemd>`_ (optional,
for enabling systemd support).
for enabling systemd support). Do *not* install the module from
PyPi, this is from a third-party developer and incompatible with
the official module from the systemd developers.
* `apsw <https://github.com/rogerbinns/apsw>`_, version 3.7.0 or
newer.
* `llfuse <https://bitbucket.org/nikratio/python-llfuse/>`_, any
Expand Down

0 comments on commit c0655ad

Please sign in to comment.