Closed Bug 701490 Opened 13 years ago Closed 13 years ago

pageloader.xpi does not get installed from easy_install

Categories

(Testing :: Talos, defect, P2)

defect

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: k0scist, Unassigned)

References

Details

(Whiteboard: [mozbase][good first bug][mentor=jhammel][lang=py][mozharness+talos])

setuptools does not install pageloader.xpi when called from
easy_install and the like.  This is because a call to bdist_egg is
made in the intermediary call is made to make a `bdist_egg` and then
the dependencies and installation process is done separately.

I think this can be gotten around by wrapping `setuptools.setup` in
our function and doing the right thing there.
This would be pretty easy for someone that sorta knew setuptools
Whiteboard: [mozbase][good first bug][mentor=jhammel]
Blocks: 713055
Priority: -- → P2
Whiteboard: [mozbase][good first bug][mentor=jhammel] → [mozbase][good first bug][mentor=jhammel][lang=py][mozharness+talos]
Blocks: 714659
bug 715188 solves this in a different way
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.