commit: d4fc86ca8b909ee1d72d701dce86d6ee1d3cfa97
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 10 14:00:55 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 16 17:11:31 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4fc86ca
dev-python/repoze-who: Use dot-notation for python_moduleinto
dev-python/repoze-who/repoze-who-2.2-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/repoze-who/repoze-who-2.2-r1.ebuild
b/dev-python/repoze-who/repoze-who-2.2-r1.ebuild
index f2f3ac56859..fb3636b8fe9 100644
--- a/dev-python/repoze-who/repoze-who-2.2-r1.ebuild
+++ b/dev-python/repoze-who/repoze-who-2.2-r1.ebuild
@@ -33,10 +33,10 @@ python_install() {
distutils-r1_python_install
# install __init__.py files for sub-namespaces
- python_moduleinto repoze/who
+ python_moduleinto repoze.who
python_domodule repoze/who/__init__.py
- python_moduleinto repoze/who/plugins
+ python_moduleinto repoze.who.plugins
python_domodule repoze/who/plugins/__init__.py
}