Merge lp:~jml/pkgme-service/fix-mistake into lp:pkgme-service

Proposed by Jonathan Lange
Status: Merged
Approved by: Jonathan Lange
Approved revision: 130
Merged at revision: 130
Proposed branch: lp:~jml/pkgme-service/fix-mistake
Merge into: lp:pkgme-service
Diff against target: 11 lines (+0/-1)
1 file modified
setup.py (+0/-1)
To merge this branch: bzr merge lp:~jml/pkgme-service/fix-mistake
Reviewer Review Type Date Requested Status
Jonathan Lange (community) Approve
Review via email: mp+130063@code.launchpad.net

Commit message

Don't specify libdep-service-python in dependencies

Description of the change

I broke staging by deploying something that specified libdep-service-python
in setup.py. Obviously, setup.py has no way of finding that, since sourcedeps
are a completely different thing altogether.

To post a comment you must log in.
Revision history for this message
Jonathan Lange (jml) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'setup.py'
2--- setup.py 2012-10-17 09:25:03 +0000
3+++ setup.py 2012-10-17 09:59:25 +0000
4@@ -16,7 +16,6 @@
5 'fixtures',
6 'south==0.7.3',
7 'oauth==1.0.1',
8- 'libdep-service-python>=0.0.3',
9 'pkgme',
10 'pkgme-devportal[testing]',
11 'django-configglue==0.6.1',

Subscribers

People subscribed via source and target branches