diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-05-10 16:00:55 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-16 19:11:31 +0200 |
commit | d4fc86ca8b909ee1d72d701dce86d6ee1d3cfa97 (patch) | |
tree | 937e56faa8ccc7411d858dec3f679b3d9bac2718 /dev-python/repoze-who | |
parent | python-utils-r1.eclass: python_moduleinto, allow package dot-notation (diff) | |
download | gentoo-d4fc86ca8b909ee1d72d701dce86d6ee1d3cfa97.tar.gz gentoo-d4fc86ca8b909ee1d72d701dce86d6ee1d3cfa97.tar.bz2 gentoo-d4fc86ca8b909ee1d72d701dce86d6ee1d3cfa97.zip |
dev-python/repoze-who: Use dot-notation for python_moduleinto
Diffstat (limited to 'dev-python/repoze-who')
-rw-r--r-- | dev-python/repoze-who/repoze-who-2.2-r1.ebuild | 4 |
1 files 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 } |