[Python-modules-commits] [python-w3lib] 08/13: Remove version requirement from python-all for Build-Depends.
    Michael Fladischer 
    fladi at moszumanska.debian.org
       
    Tue Jan 24 20:34:10 UTC 2017
    
    
  
This is an automated email from the git hooks/post-receive script.
fladi pushed a commit to branch master
in repository python-w3lib.
commit ae6f67064a127d22fece30ef6eb85768a3665800
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Tue Jan 24 20:33:07 2017 +0100
    Remove version requirement from python-all for Build-Depends.
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 09156fe..dd14f26 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ python-w3lib (1.16.0-1) UNRELEASED; urgency=low
   * Add python(3)-six to Build-Depends so tests can run.
   * Bump Standards-Version to 3.9.8.
   * Use https:// for copyright-format 1.0 URL.
+  * Remove version requirement from python-all for Build-Depends.
 
  -- Michael Fladischer <fladi at debian.org>  Tue, 24 Jan 2017 16:35:02 +0100
 
diff --git a/debian/control b/debian/control
index 2565bde..91417f8 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Ignace Mouzannar <mouzannar at gmail.com>
 Build-Depends:
  debhelper (>= 9),
  dh-python,
- python-all (>= 2.6.6-3~),
+ python-all,
  python-setuptools,
  python-six,
  python3-all,
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-w3lib.git
    
    
More information about the Python-modules-commits
mailing list