[Pkg-puppet-devel] [python-pypuppetdb] 03/03: fixed python:Depends => python3:Depends, removed hard dependency of python3-requests
Jonas Genannt
jonas at brachium-system.net
Fri Sep 5 19:04:21 UTC 2014
This is an automated email from the git hooks/post-receive script.
hggh-guest pushed a commit to branch master
in repository python-pypuppetdb.
commit 71172ae36d49e7e9fce6f87f7f4b4ee029897620
Author: Jonas Genannt <jonas at brachium-system.net>
Date: Fri Sep 5 21:04:17 2014 +0200
fixed python:Depends => python3:Depends, removed hard dependency of python3-requests
---
debian/control | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 0a12e78..68b37d9 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,6 @@ Uploaders: Jonas Genannt <jonas.genannt at capi2name.de>
Build-Depends: debhelper (>= 9),
dh-python,
python-all (>= 2.6.6-3~),
- python-requests,
python-setuptools,
python3-all,
python3-setuptools
@@ -19,7 +18,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-puppet/python-pypuppetdb.git
Package: python-pypuppetdb
Architecture: all
-Depends: python-requests, ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends}, ${python:Depends}
Description: interface to the PuppetDB REST API
This library provides a Python interface to the PuppetDB REST API.
It's a thin wrapper around the PuppetDB REST API providing some
@@ -27,7 +26,7 @@ Description: interface to the PuppetDB REST API
Package: python3-pypuppetdb
Architecture: all
-Depends: python3-requests, ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}
Description: interface to the PuppetDB REST API (Python 3)
This library provides a Python3 interface to the PuppetDB REST API.
It's a thin wrapper around the PuppetDB REST API providing some
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-puppet/python-pypuppetdb.git
More information about the Pkg-puppet-devel
mailing list