diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-04-09 22:56:58 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-04-11 21:58:38 +0200 |
commit | 21d5a7abedebab5719a9942a618c7b132b514f40 (patch) | |
tree | 0396a31cf3ca4435130cddece0d2b5e49985ba32 /eclass/distutils-r1.eclass | |
parent | distutils-r1.eclass: Issue a QA warning if "build" exists (diff) | |
download | gentoo-21d5a7abedebab5719a9942a618c7b132b514f40.tar.gz gentoo-21d5a7abedebab5719a9942a618c7b132b514f40.tar.bz2 gentoo-21d5a7abedebab5719a9942a618c7b132b514f40.zip |
distutils-r1.eclass: Update namespace package doc URL
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/distutils-r1.eclass')
-rw-r--r-- | eclass/distutils-r1.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 2e4a11bb8826..cf6998e2680e 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass @@ -1637,7 +1637,7 @@ _distutils-r1_check_namespace_pth() { ewarn "read our documentation on reliable handling of namespaces and update" ewarn "the ebuild accordingly:" ewarn - ewarn " https://wiki.gentoo.org/wiki/Project:Python/Namespace_packages" + ewarn " https://projects.gentoo.org/python/guide/concept.html#namespace-packages" fi } |