Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit df66a82

Browse files
committed
use my gdata-python-client fork since google/gdata-python-client#27 isn't merged yet :/
1 parent 9afb061 commit df66a82

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

‎README.md‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,12 @@ git submodule update
227227
virtualenv local
228228
source local/bin/activate
229229
pip install -r requirements.txt
230+
231+
# We install gdata in source mode, and App Engine doesn't follow .egg-link
232+
# files, so add a symlink to it.
233+
ln -s ../../../src/gdata/src/gdata local/lib/python2.7/site-packages/gdata
234+
ln -s ../../../src/gdata/src/atom local/lib/python2.7/site-packages/atom
235+
230236
python setup.py test
231237
```
232238

‎requirements.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Keep in sync with setup.py's install_requires!
2-
gdata>=2.0.18
2+
-egit+git@github.com:snarfed/gdata-python-client-1.git#egg=gdata
33
google-api-python-client>=1.4.0
44
httplib2
55
oauth2client

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /