Skip to content
This repository has been archived by the owner on Mar 22, 2018. It is now read-only.

Commit

Permalink
the 'pango' thing has to be installed using apt-get install
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Frasca committed Jan 3, 2015
1 parent 2de5ed4 commit 4e9223b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ python:
- "2.6"
- "2.7"
before_install:
- sudo apt-get install python-gtk2
- sudo apt-get install python-gtk2 libpango-1.0-0
- python setup.py -q build
install: python setup.py -q install
# command to run tests, e.g. python setup.py test
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,7 @@ def run(self):
package_dir = all_package_dirs,
package_data = package_data,
data_files = data_files,
install_requires=["pango",
"SQLAlchemy>=0.6",
install_requires=["SQLAlchemy>=0.6",
"lxml",#==2.1.1",
"mako>=0.2.2",
"gdata>=1.2.4",
Expand Down

0 comments on commit 4e9223b

Please sign in to comment.