[Python-modules-commits] [python-bitbucket-api] 01/05: Update control
ChangZhuo Chen
czchen at moszumanska.debian.org
Sat Oct 15 09:06:01 UTC 2016
This is an automated email from the git hooks/post-receive script.
czchen pushed a commit to branch master
in repository python-bitbucket-api.
commit f3377abcdd2ea5e2adedb8c8368e229bf4fdcbf9
Author: ChangZhuo Chen (陳昌倬) <czchen at debian.org>
Date: Sat Oct 15 16:54:12 2016 +0800
Update control
---
debian/control | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index 1b167f6..2f273fc 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,10 @@ Maintainer: ChangZhuo Chen (陳昌倬) <czchen at debian.org>
Build-Depends: debhelper (>= 10),
dh-python,
python3-all,
+ python3-requests-oauthlib,
python3-setuptools,
python-all,
+ python-requests-oauthlib,
python-setuptools,
Standards-Version: 3.9.8
Homepage: https://github.com/Sheeprider/BitBucket-api
@@ -15,11 +17,10 @@ X-Python3-Version: >= 3.2
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-bitbucket-api.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-bitbucket-api.git/
-Package: python-python-bitbucket-api
+Package: python-bitbucket-api
Architecture: all
Depends: ${misc:Depends},
${python:Depends}
-Suggests: python-python-bitbucket-api-doc
Description: library to interact with bitbucket API (Python 2)
python-bitbucket-api provides an API to use the following features in
bitbucket:
@@ -34,11 +35,10 @@ Description: library to interact with bitbucket API (Python 2)
.
This package installs the library for Python 2.
-Package: python3-python-bitbucket-api
+Package: python3-bitbucket-api
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
-Suggests: python-python-bitbucket-api-doc
Description: library to interact with bitbucket API (Python 3)
python-bitbucket-api provides an API to use the following features in
bitbucket:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-bitbucket-api.git
More information about the Python-modules-commits
mailing list