diff options
Diffstat (limited to 'documentation/migration-guides/migration-3.3.rst')
-rw-r--r-- | documentation/migration-guides/migration-3.3.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/migration-guides/migration-3.3.rst b/documentation/migration-guides/migration-3.3.rst index f065a17e68..f982b1c80a 100644 --- a/documentation/migration-guides/migration-3.3.rst +++ b/documentation/migration-guides/migration-3.3.rst | |||
@@ -89,7 +89,7 @@ example:: | |||
89 | S = "${WORKDIR}/git/python/pythonmodule" | 89 | S = "${WORKDIR}/git/python/pythonmodule" |
90 | 90 | ||
91 | then in ``setup.py`` it works with source code in a relative fashion, such | 91 | then in ``setup.py`` it works with source code in a relative fashion, such |
92 | as ``../../src``. This causes pseudo to abort as it isn't able to track | 92 | as ``../../src``. This causes pseudo to fail as it isn't able to track |
93 | the paths properly. This release introduces a new :term:`DISTUTILS_SETUP_PATH` | 93 | the paths properly. This release introduces a new :term:`DISTUTILS_SETUP_PATH` |
94 | variable so that recipes can specify it explicitly, for example:: | 94 | variable so that recipes can specify it explicitly, for example:: |
95 | 95 | ||