[python-osmapi] 04/05: Add python{,3}-requests to dependencies.
Bas Couwenberg
sebastic at debian.org
Wed Dec 21 17:33:05 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository python-osmapi.
commit 0344e1fe2cd1eb28963aec0a8529cc6af62e7525
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Wed Dec 21 18:28:45 2016 +0100
Add python{,3}-requests to dependencies.
---
debian/changelog | 1 +
debian/control | 10 ++++++----
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 593c634..c6752b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
python-osmapi (0.7.2-1) UNRELEASED; urgency=medium
* New upstream release.
+ * Add python{,3}-requests to dependencies.
-- Bas Couwenberg <sebastic at debian.org> Wed, 21 Dec 2016 18:16:57 +0100
diff --git a/debian/control b/debian/control
index 0f73667..5f75010 100644
--- a/debian/control
+++ b/debian/control
@@ -27,8 +27,9 @@ Homepage: https://wiki.openstreetmap.org/wiki/Osmapi
Package: python-osmapi
Architecture: all
-Depends: ${misc:Depends},
- ${python:Depends}
+Depends: python-requests,
+ ${python:Depends},
+ ${misc:Depends}
Description: Python interface to OpenStreetMap API
This package contains a Python module implementing the OpenStreetMap
API (version 0.6). The module allows access the OSM database, and
@@ -41,8 +42,9 @@ Description: Python interface to OpenStreetMap API
Package: python3-osmapi
Architecture: all
-Depends: ${misc:Depends},
- ${python3:Depends}
+Depends: python3-requests,
+ ${python3:Depends},
+ ${misc:Depends}
Description: Python 3 interface to OpenStreetMap API
This package contains a Python module implementing the OpenStreetMap
API (version 0.6). The module allows access the OSM database, and
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-osmapi.git
More information about the Pkg-grass-devel
mailing list