python-repoze.who does not install into /usr/lib/python2.7/dist-packages/repoze namespace and thus not available from pythonpath
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| python-repoze.lru (Ubuntu) |
Undecided
|
Unassigned | ||
| Trusty |
Medium
|
Unassigned | ||
| Utopic |
Undecided
|
Unassigned | ||
| python-repoze.who (Ubuntu) |
Undecided
|
Unassigned | ||
| Trusty |
High
|
Unassigned | ||
| Utopic |
Undecided
|
Unassigned |
Bug Description
Using 14.04. LTS.
python-repoze.who can not be used togeather with python-repoze.lru.
Pyhton-repoze.lru installs to
/usr/
while repoze.who installs to
/usr/
When doing an
import repoze.
the who.middleware is not know, since the system tries to find it in /usr/lib/
Additionally the __init__.py are missing.
When I do the following everything works fine.
cp -r /usr/share/
cp -r /usr/share/
/usr/lib/
cp -r /usr/share/
cp -r /usr/share/
touch /usr/lib/
Can the package be fixed, please?
Thanks a lot and kind regards
Cornelius
Dimitri John Ledkov (xnox) wrote : | #1 |
summary: |
- can not be used togeather with repoze.lru + python-repoze.who does not install into /usr/lib/python2.7/dist- + packages/repoze namespace and thus not available from pythonpath |
Changed in python-repoze.who (Ubuntu): | |
status: | New → Confirmed |
Changed in python-repoze.who (Ubuntu Trusty): | |
assignee: | nobody → Dimitri John Ledkov (xnox) |
status: | New → Confirmed |
importance: | Undecided → High |
Changed in python-repoze.who (Ubuntu Utopic): | |
status: | Confirmed → Fix Committed |
status: | Fix Committed → Fix Released |
Changed in python-repoze.lru (Ubuntu Utopic): | |
status: | New → Fix Released |
Changed in python-repoze.lru (Ubuntu Trusty): | |
status: | New → Confirmed |
importance: | Undecided → Medium |
Dimitri John Ledkov (xnox) wrote : | #2 |
This is fixed in utopic, and I don't quite have interested in backporting this fix to trusty.
The backport should be trivial to create and modify the bug description with a refactored test-case.
A begginer to intermediate contributor to Ubuntu development should be able to make the necessary steps to fix this.
Changed in python-repoze.who (Ubuntu Trusty): | |
assignee: | Dimitri John Ledkov (xnox) → nobody |
Also see: https:/ /bugs.debian. org/cgi- bin/bugreport. cgi?bug= 744367