| Summary: | java-config-2.0.28-r1 should depend on python 2.4 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Georg Sauthoff <g_sauthoff> |
| Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | VERIFIED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
*** This bug has been marked as a duplicate of 147594 *** Dupe. |
Hi, java-config-2 RDEPEND on python, but not on python >= 2.4. This is a problem because it uses os.path.lexists() (which is new in 2.4): # java-config-2 --set-system-vm=sun-jdk-1.5 [..] File "/usr/share/java-config-2/pym/java_config/EnvironmentManager.py", line 217, in set_vm if os.path.lexists(target): AttributeError: 'module' object has no attribute 'lexists' Best regards Georg Sauthoff