Closed
Bug 728229
Opened 11 years ago
Closed 11 years ago
Allow to build with system python ply library
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla13
People
(Reporter: glandium, Assigned: glandium)
Details
Attachments
(1 file)
3.42 KB,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #598241 -
Flags: review?(ted.mielczarek)
Comment 2•11 years ago
|
||
Why? ply hasn't been terribly stable (or we relied on undocumented behavior) and so I'm a bit skeptical that this is something we want to do.
Assignee | ||
Comment 3•11 years ago
|
||
(In reply to Benjamin Smedberg [:bsmedberg] from comment #2) > Why? ply hasn't been terribly stable (or we relied on undocumented behavior) > and so I'm a bit skeptical that this is something we want to do. Because I don't want to ship ply with the sdk on debian. I've also been using system ply to build seamonkey for a whole while now and haven't had any problems with that.
Updated•11 years ago
|
Assignee: nobody → mh+mozilla
Comment 4•11 years ago
|
||
Comment on attachment 598241 [details] [diff] [review] Allow to build with system python ply library Review of attachment 598241 [details] [diff] [review]: ----------------------------------------------------------------- I'm not sure I'm wild about the concept either, but the execution here is fine. Is it really onerous to have a couple of extra Python files in our SDK?
Attachment #598241 -
Flags: review?(ted.mielczarek) → review+
Assignee | ||
Comment 5•11 years ago
|
||
(In reply to Ted Mielczarek [:ted] (away until ~March 7) from comment #4) > I'm not sure I'm wild about the concept either, but the execution here is > fine. Is it really onerous to have a couple of extra Python files in our SDK? We prefer to avoid useless duplicates, in debian. Not this is not meant to be used on Mozilla builds.
Assignee | ||
Comment 6•11 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/a4bd10f72128
Comment 7•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/a4bd10f72128
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla13
Updated•5 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•