From d4fc86ca8b909ee1d72d701dce86d6ee1d3cfa97 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 10 May 2017 16:00:55 +0200 Subject: [PATCH] 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 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 } -- 2.26.2