From: Michał Górny Date: Wed, 10 May 2017 14:00:55 +0000 (+0200) Subject: dev-python/repoze-who: Use dot-notation for python_moduleinto X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d4fc86ca8b909ee1d72d701dce86d6ee1d3cfa97;p=gentoo.git dev-python/repoze-who: Use dot-notation for python_moduleinto --- 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 f2f3ac568592..fb3636b8fe99 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 }