Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 758086 - app-backup/backintime-1.2.1 Ebuild has no Python 3.8 support
Summary: app-backup/backintime-1.2.1 Ebuild has no Python 3.8 support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-02 18:02 UTC by Frank Krömmelbein
Modified: 2020-12-04 15:19 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frank Krömmelbein 2020-12-02 18:02:09 UTC
Ebuild has only Python 3.7 support. Python 3.8 is now default python on amd64 and this leads to this stop;

!!! The ebuild selected to satisfy "app-backup/backintime" has unmet requirements.
- app-backup/backintime-1.2.1::gentoo USE="qt5 -examples" ABI_X86="(64)" PYTHON_SINGLE_TARGET="-python3_6 -python3_7"

  The following REQUIRED_USE flag constraints are unsatisfied:
    exactly-one-of ( python_single_target_python3_6 python_single_target_python3_7 )

(dependency required by "@selected" [set])
(dependency required by "@world" [argument])


Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2020-12-04 15:19:54 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=141a4ab83ccda6d72b738f70b2321cc92d382106

commit 141a4ab83ccda6d72b738f70b2321cc92d382106
Author:     Aaron Bauman <bman@gentoo.org>
AuthorDate: 2020-12-04 15:19:12 +0000
Commit:     Aaron Bauman <bman@gentoo.org>
CommitDate: 2020-12-04 15:19:48 +0000

    app-backup/backintime: add py3_{8,9}
    
    Closes: https://bugs.gentoo.org/758086
    Signed-off-by: Aaron Bauman <bman@gentoo.org>

 app-backup/backintime/backintime-1.2.1.ebuild | 2 +-
 app-backup/backintime/backintime-9999.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)