diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index aaf702ac..6c9bc088 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +bitmask (0.5.3.5) unstable; urgency=medium + + * Neglected to set python-requests dependency for Depends + + -- Micah Anderson <micah@debian.org> Sun, 06 Jul 2014 19:07:56 -0400 + bitmask (0.5.3.4) unstable; urgency=medium * Add hint to pydist-overrides for python-openssl, seems this might be diff --git a/debian/control b/debian/control index c69ff4d6..3ad55434 100644 --- a/debian/control +++ b/debian/control @@ -28,7 +28,7 @@ Depends: python-argparse, python-psutil, python-netifaces, - python-requests, + python-requests (>= 1.2.3-1), python-xdg, python-jsonschema (>= 0.7.0), python-setuptools, |