[Python-modules-commits] [python-geoip2] 03/03: fixed dependecies

Martin Kratochvíl krata-guest at moszumanska.debian.org
Mon Nov 21 14:07:45 UTC 2016


This is an automated email from the git hooks/post-receive script.

krata-guest pushed a commit to branch master
in repository python-geoip2.

commit 62678a67a8563633cd2d8c79304a7e820cf4081a
Author: Martin Kratochvíl <martin.kratochvil at firma.seznam.cz>
Date:   Mon Nov 21 15:07:39 2016 +0100

    fixed dependecies
---
 debian/control | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 74aa27e..9b0a7dd 100644
--- a/debian/control
+++ b/debian/control
@@ -7,13 +7,13 @@ Build-Depends: debhelper (>= 10),
                dh-python,
                python-all,
                python-setuptools,
-               python-requests,
+               python-requests (>= 2.9),
                python-requests-mock,
                python-ipaddress,
                python-maxminddb,
                python3-all,
                python3-setuptools,
-               python3-requests,
+               python3-requests (>= 2.9),
                python3-requests-mock,
                python3-maxminddb,
 Standards-Version: 3.9.8
@@ -28,6 +28,8 @@ Package: python-geoip2
 Architecture: all
 Depends: ${misc:Depends},
          ${python:Depends},
+         python-ipaddress,
+         python-requests (>= 2.9),
 Description: Python geoip2 API for web services and databases - Python 2.x
  This package provides an API for the GeoIP2 web services and databases. The
  API also works with MaxMind’s free GeoLite2 databases.
@@ -38,6 +40,7 @@ Package: python3-geoip2
 Architecture: all
 Depends: ${misc:Depends},
          ${python3:Depends},
+         python3-requests (>= 2.9),
 Description: Python geoip2 API for web services and databases - Python 3.x
  This package provides an API for the GeoIP2 web services and databases. The
  API also works with MaxMind’s free GeoLite2 databases.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-geoip2.git



More information about the Python-modules-commits mailing list