[Python-modules-commits] [csvkit] 01/03: explicitly add python3-pkg-resources to deps on python3-csvkit, needed to run CLI utils; Closes: #820694
Sandro Tosi
morph at moszumanska.debian.org
Sun Apr 17 23:28:39 UTC 2016
This is an automated email from the git hooks/post-receive script.
morph pushed a commit to branch master
in repository csvkit.
commit 762913b09350c7512ff12ff6b18d92bfd19bc461
Author: Sandro Tosi <morph at debian.org>
Date: Sun Apr 17 23:51:20 2016 +0100
explicitly add python3-pkg-resources to deps on python3-csvkit, needed to run CLI utils; Closes: #820694
---
debian/changelog | 4 +++-
debian/control | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a5b6eb8..08271bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,11 +3,13 @@ csvkit (0.9.1-3) UNRELEASED; urgency=medium
[ Sandro Tosi ]
* debian/control
- adjust Vcs-Browser to DPMT standards
+ - explicitly add python3-pkg-resources to deps on python3-csvkit, needed to
+ run CLI utils; Closes: #820694
[ Ondřej Nový ]
* Fixed VCS URL (https)
- -- Sandro Tosi <morph at debian.org> Wed, 04 Nov 2015 01:12:35 +0000
+ -- Sandro Tosi <morph at debian.org> Sun, 17 Apr 2016 23:50:38 +0100
csvkit (0.9.1-2) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 6cd62a9..023a5ed 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,7 @@ Description: library of utilities for working with CSV
Package: python3-csvkit
Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}
+Depends: ${python3:Depends}, ${misc:Depends}, python3-pkg-resources
Suggests: python3-openpyxl, python3-dbf
Description: library of utilities for working with CSV (Python 3)
csvkit is a suite of utilities for converting to and working with CSV, the king
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/csvkit.git
More information about the Python-modules-commits
mailing list