Changeset d0331db
- Timestamp:
- 01/23/2019 01:08:32 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.4, 9.0, 9.1, bdubbs/svn, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 4f4ed69b
- Parents:
- 6bcd464
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/libbytesize.xml
r6bcd464 rd0331db 82 82 <xref linkend="gtk-doc"/>, 83 83 <xref linkend="python2"/>, 84 <xref linkend="six"/> ( python module for tests),84 <xref linkend="six"/> (needed for tests and python bindings), 85 85 <ulink url="https://github.com/rhinstaller/pocketlint/releases">pocketlint</ulink> (python module for one test), and 86 86 <ulink url="https://pypi.python.org/pypi/polib">polib</ulink> (python module for one test) … … 106 106 <para> 107 107 If you have the optional python modules installed, the regression 108 tests can be run with: <command>make check</command>. 108 tests can be run with: <command>make check</command>. If only 109 <application>Python 3</application> is installed, one test has to be 110 fixed with <command> 111 sed -i 's/python/&3/' tests/lbs_py_override_unittest.py</command>. 112 <phrase revision='sysv'>Another test needs to be fixed if systemd 113 is not installed, with:<command> 114 sed -i '/busctl/s/=.*$/=lfs/' tests/canary_tests.sh</command>.</phrase> 109 115 </para> 110 116 … … 121 127 122 128 <para> 123 <option>--with-python3</option>: Use this switch to prefer Python 3 if 124 both Python 2 and Python 3 are installed. 129 <option>--without-python2</option>: If 130 <application>Python 2</application> is installed, use this switch to 131 prevent the use of <application>Python 2</application>. This may be 132 required to run the tests, if some of the needed python modules have been 133 installed for <application>Python 3</application> only. 125 134 </para> 126 135 </sect2> -
general/prog/scour.xml
r6bcd464 rd0331db 69 69 <bridgehead renderas="sect4">Scour Dependencies</bridgehead> 70 70 71 <!-- Required: only setuptools, which is available from our Python and 72 Python3 installs via pypi (it has a recursive dependency) --> 71 <bridgehead renderas="sect5">Required</bridgehead> 72 <para role="required"> 73 <xref linkend="six"/> (will be automatically downloaded and installed 74 if not already present) 75 </para> 73 76 74 77 <bridgehead renderas="sect5">Recommended</bridgehead> … … 83 86 </para> 84 87 </note> 85 86 <bridgehead renderas="sect5">Optional (for the main test)</bridgehead>87 <para role="optional">88 <xref linkend="six"/>89 </para>90 88 91 89 <para condition="html" role="usernotes"> -
introduction/welcome/changelog.xml
r6bcd464 rd0331db 45 45 <para>January 23rd, 2018</para> 46 46 <itemizedlist> 47 <listitem> 48 <para>[pierre] - Six is required for scour and will be downloaded 49 automatically if not already installed.</para> 50 </listitem> 51 <listitem> 52 <para>[pierre] - Update instructions for libbytesize to allow 53 building and testing without Python 2.</para> 54 </listitem> 47 55 <listitem> 48 56 <para>[ken] - Change the 'Caution' on the rustc page (about running
Note:
See TracChangeset
for help on using the changeset viewer.