2010-02-05 17:40:00 Arfrever Frehtes Taifersar Arahesis napisaƂ(a): > - Dependency on Python 2 should be set correctly. You can specify it directly in > {,R}DEPEND or use PYTHON_DEPEND. > > Example: > PYTHON_DEPEND="2" > > inherit python It might be useful to provide another example: If given package requires e.g. Python >=2.6, but does not support Python 3, then you can set PYTHON_DEPEND="2:2.6". -- Arfrever Frehtes Taifersar Arahesis