Update instructions for the Brotli python module

This commit is contained in:
Bruce Dubbs 2022-04-20 20:26:04 -05:00
parent b9a4450773
commit 3f045034c3

View File

@ -123,14 +123,14 @@ make</userinput></screen>
<para>
If desired, build the <application>Python3</application>
bindings:
bindings as the &root; user:
</para>
<screen><userinput>pushd .. &amp;&amp;
python3 setup.py build &amp;&amp;
pip3 wheel -w dist --no-build-isolation --no-deps $PWD &amp;&amp;
pip3 install --no-index --find-links dist --no-cache-dir Brotli
popd</userinput></screen>
<!-- These are broken
-->
<!-- These are broken -->
<para>
The python tests are missing most of the necessary testdata files and
therefore 240 of 311 tests fail.
@ -176,6 +176,7 @@ python3 setup.py install \-\-root /some/where -->
</seg>
<seg>
/usr/include/brotli
/usr/lib/python3.10/site-packages/Brotli-&brotli-version;.dist-info
</seg>
</seglistitem>
</segmentedlist>