[Python-modules-commits] [elasticsearch-curator] 01/07: Depend on python-pkg-resources
Apollon Oikonomopoulos
apoikos at moszumanska.debian.org
Fri Oct 23 13:10:04 UTC 2015
This is an automated email from the git hooks/post-receive script.
apoikos pushed a commit to tag debian/3.3.0-1
in repository elasticsearch-curator.
commit 673ae7c5c2f275d0d13cc707a9109371f32b9a3d
Author: Apollon Oikonomopoulos <apoikos at debian.org>
Date: Fri Jul 10 14:08:26 2015 +0300
Depend on python-pkg-resources
Add missing dependency, required by the curator script.
---
debian/control | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index b204c88..4bea452 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,8 @@ X-Python3-Version: >= 3.2
Package: elasticsearch-curator
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-elasticsearch-curator (= ${binary:Version})
+Depends: ${misc:Depends}, ${python:Depends}, python-elasticsearch-curator (= ${binary:Version}),
+ python-pkg-resources
Description: command-line tool for managing Elasticsearch time-series indices
Elasticsearch Curator helps manage Elasticsearch time-series indices. It
consists of a Python library and a CLI tool providing a high-level interface
@@ -36,7 +37,8 @@ Description: command-line tool for managing Elasticsearch time-series indices
Package: python-elasticsearch-curator
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-elasticsearch (>= 1.0.0)
+Depends: ${misc:Depends}, ${python:Depends}, python-elasticsearch (>= 1.0.0),
+ python-pkg-resources
Suggests: python-elasticsearch-curator-doc
Description: Python library for managing Elasticsearch time-series indices
Elasticsearch Curator helps manage Elasticsearch time-series indices. It
@@ -53,7 +55,8 @@ Description: Python library for managing Elasticsearch time-series indices
Package: python3-elasticsearch-curator
Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}, python3-elasticsearch (>= 1.0.0)
+Depends: ${misc:Depends}, ${python3:Depends}, python3-elasticsearch (>= 1.0.0),
+ python3-pkg-resources
Suggests: python-elasticsearch-curator-doc
Description: Python 3 library for managing Elasticsearch time-series indices
Elasticsearch Curator helps manage Elasticsearch time-series indices. It
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/elasticsearch-curator.git
More information about the Python-modules-commits
mailing list