Add a convenience shell script to install deps
Bug #941201 reported by
Duncan McGreggor
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Accomplishments Daemon |
Won't Fix
|
Medium
|
Duncan McGreggor |
Bug Description
The setup.py is generating the following errors during build:
ERROR: Python module twisted.internet not found
ERROR: Python module twisted.
ERROR: Python module twisted.python not found
ERROR: Python module ubuntuone.
ERROR: Python module ubuntuone.couch not found
ERROR: Python module gpgme not found
ERROR: Python module Image not found
ERROR: Python module ImageEnhance not found
The setup.py needs the "install_requires" parameter to be set.
Related branches
lp://staging/~oubiwann/ubuntu-accomplishments-system/941201-missing-deps
- Jono Bacon: Pending requested
-
Diff: 7 lines (+3/-0)1 file modifiedinstall_deps.sh (+3/-0)
Changed in ubuntu-accomplishments-system: | |
assignee: | nobody → Duncan McGreggor (oubiwann) |
status: | New → In Progress |
affects: | ubuntu-accomplishments-system → ubuntu-accomplishments-daemon |
To post a comment you must log in.
hrm... I guess the standard Python way of doing this (having setup install things) is in direct conflict with the Ubuntu way (system packages). I'll add a utility function, and see how that works.