[Odoo] New setup.py location breaks recipe
Bug #1324946 reported by
Nicolas Bessi - Camptocamp
on 2014-05-30
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| OpenERP buildout recipe |
Undecided
|
Unassigned |
Bug Description
Hello,
Odoo has moved setup.py in a new folder.
The recipe does not support it.
Also the setup script is broken and maybe deprecated by odoo.py.
I have proposed a fix of setup.py of OpenERP here:
https:/
the py2exe part seems also broken but I'm not confident with it now.
Related branches
lp:~camptocamp/anybox.recipe.openerp/1.8-fix_github-nbi
- Georges Racinet: Pending requested 2014-05-30
-
Diff: 30 lines (+7/-2)2 files modifiedanybox/recipe/openerp/base.py (+4/-1)
anybox/recipe/openerp/server.py (+3/-1)
Georges Racinet (gracinet) wrote : | #1 |
Thanks for you answer.
Let just keep an eye on the pull request and see what will happen
Georges Racinet (gracinet) wrote : | #3 |
Issue solved by your successful PR on odoo (https:/
Therefore I'm closing with "Won't fix" because there's nothing to do in the recipe.
Don't hesitate to re-open if needed.
Thanks a lot !
Changed in anybox.recipe.openerp: | |
milestone: | none → 1.8.4 |
status: | New → Won't Fix |
To post a comment you must log in.
Yes, we've noticed it also. I started work to take care of the change (btw apparently this won't do for pip users, I'm not even sure zc.buildout can cope with that without a bit of magic on our side).
then I noticed that the setup.py was not itself updated for the change of structure (still expects openerp/ directory to be a sibling of setup.py).
odoo.py seems to be meant to setup quickly a development environment, with everything (github locations etc) hardcoded.
After al these constatations, I decided that upstream would probably change again very soon, that any fix on our part would have to be readapted again, and went on to other tasks.