Skip to content

Commit

Permalink
debian/control: lower version of sphinx build-dep, add requests-oauth…
Browse files Browse the repository at this point in the history
…lib to suggests
  • Loading branch information
ajtowns committed Mar 31, 2015
1 parent 7ee0094 commit 9f261cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ Source: beanbag
Maintainer: Anthony Towns <[email protected]>
Section: python
Priority: optional
Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9), dh-python, python3-all, python3-setuptools, python-docutils, python-sphinx (>= 1.2), python-pytest, python3-pytest, python-requests
Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9), dh-python, python3-all, python3-setuptools, python-docutils, python-sphinx (>= 1.1), python-pytest, python3-pytest, python-requests
Standards-Version: 3.9.6
Vcs-Git: https://github.com/ajtowns/beanbag.git
Homepage: https://pypi.python.org/pypi/beanbag

Package: python-beanbag
Architecture: all
Suggests: python-beanbag-doc
Depends: ${misc:Depends}, ${python:Depends}
Suggests: python-beanbag-doc, python-requests-oauthlib
Description: Helper module for accessing REST APIs
BeanBag is a simple module that lets you access REST APIs in an easy
way. See `http://beanbag.readthedocs.org/` for more information.
Expand All @@ -19,8 +19,8 @@ Description: Helper module for accessing REST APIs

Package: python3-beanbag
Architecture: all
Suggests: python-beanbag-doc
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python-beanbag-doc, python3-requests-oauthlib
Description: Helper module for accessing REST APIs
BeanBag is a simple module that lets you access REST APIs in an easy
way. See `http://beanbag.readthedocs.org/` for more information.
Expand Down

0 comments on commit 9f261cd

Please sign in to comment.