Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 527254 - sys-apps/systemd: install python bindings for multiple python implementations
Summary: sys-apps/systemd: install python bindings for multiple python implementations
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal enhancement
Assignee: Gentoo systemd Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-28 16:37 UTC by Mike Gilbert
Modified: 2015-05-04 06:18 UTC (History)
1 user (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 Mike Gilbert gentoo-dev 2014-10-28 16:37:22 UTC
We currently use python-single-r1 in the systemd ebuild. It would be nice to convert this to python-r1 so that other python-r1 packages can use it as a library and express proper PYTHON_USEDEP dependencies.

For example, see fail2ban (bug 520516).
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2014-10-28 20:46:46 UTC
I don't see a real point in added complexity. There's no real benefit from having fail2ban support multiple impls either.
Comment 2 Mike Gilbert gentoo-dev 2014-10-28 22:22:36 UTC
(In reply to Michał Górny from comment #1)

Any other opinions on this before we tell the fail2ban maintainer he needs to convert his ebuild to python-single-r1?
Comment 3 Pacho Ramos gentoo-dev 2014-10-29 09:29:54 UTC
I don't mind :|
Comment 4 Mike Gilbert gentoo-dev 2015-05-04 06:18:13 UTC
I made some attempts to implement this, but I haven't found a method that doesn't involve building the entire systemd source tree for each version of python.