Merge lp:~zyga/checkbox/fix-1319752 into lp:checkbox

Proposed by Zygmunt Krynicki
Status: Merged
Approved by: Sylvain Pineau
Approved revision: 3006
Merged at revision: 3009
Proposed branch: lp:~zyga/checkbox/fix-1319752
Merge into: lp:checkbox
Diff against target: 14 lines (+6/-0)
1 file modified
checkbox-support/setup.py (+6/-0)
To merge this branch: bzr merge lp:~zyga/checkbox/fix-1319752
Reviewer Review Type Date Requested Status
Sylvain Pineau (community) Approve
Review via email: mp+219675@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Sylvain Pineau (sylvain-pineau) wrote :

Good catch, +1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'checkbox-support/setup.py'
2--- checkbox-support/setup.py 2014-04-07 10:36:20 +0000
3+++ checkbox-support/setup.py 2014-05-15 10:54:29 +0000
4@@ -37,4 +37,10 @@
5 install_requires=[
6 'pyparsing >= 2.0.0',
7 ],
8+ entry_points={
9+ 'plainbox.parsers': [
10+ "pactl-list=checkbox_support.parsers.pactl:parse_pactl_output",
11+ "udevadm=checkbox_support.parsers.udevadm:parse_udevadm_output",
12+ ],
13+ },
14 )

Subscribers

People subscribed via source and target branches