- Code: Select all
PYTHON_DEPEND="2:2.5"
The ufw-frontends-0.2.0.ebuild in the Sabayon overlay has:
- Code: Select all
PYTHON_DEPEND="2:2.7"
I was wondering if the dependency on Python 2.7 in ufw-frontends-0.2.0.ebuild was done for a specific reason, or just because SL migrated to Python 2.7 recently?
At the moment I don't want to migrate to Python 2.7 on one of my machines, and the following allows ufw-frontends-0.2.0.ebuild in my local overlay to merge and run without apparent problems on that machine:
- Code: Select all
PYTHON_DEPEND="2:2.6"
So, is there is a specific reason, other than the SL migration to Python 2.7, why Python 2.7 is required for ufw-frontends version 0.2.0?


