~ubuntu-branches/ubuntu/trusty/python-eventlet/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Dave Walker (Daviey)
  • Date: 2012-05-18 13:36:26 UTC
  • mfrom: (4.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20120518133626-v2hvgj9cza44ub0r
Tags: 0.9.16-2ubuntu1
* Merge from Debian, remaining changes:
  - Drop python-zmq from build depends, it's currently in universe.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
XSBC-Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
6
6
Uploaders:
7
7
 Stefano Rivera <stefanor@debian.org>,
8
 
 Monty Taylor <mordred@inaugust.com>
 
8
 Monty Taylor <mordred@inaugust.com>,
 
9
 Soren Hansen <soren@ubuntu.com>
9
10
Build-Depends:
10
11
 debhelper (>= 8),
11
12
 python-all (>= 2.6.5-13~),
12
13
 python-greenlet,
13
14
 python-httplib2,
 
15
 python-mock,
14
16
 python-nose,
15
 
 python-mock,
16
17
 python-openssl,
17
18
 python-setuptools,
18
 
 python-sphinx (>= 1.0),
 
19
 python-sphinx (>= 1.0.7+dfsg),
19
20
X-Python-Version: >= 2.5
20
 
Standards-Version: 3.9.2
 
21
Standards-Version: 3.9.3
21
22
Homepage: http://eventlet.net
22
23
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-eventlet/trunk/
23
24
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-eventlet/trunk/
24
25
 
25
26
Package: python-eventlet
26
27
Architecture: all
27
 
Depends: libjs-jquery, ${misc:Depends}, ${python:Depends}
 
28
Depends: ${misc:Depends}, ${python:Depends}, ${sphinxdoc:Depends}
28
29
Description: concurrent networking library for Python
29
30
 Eventlet allows you to change how you run your code, not how you write it.
30
31
 .