Tim Landscheidt has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/213777

Change subject: Tools: Do not require redundant package python-celery-with-redis
......................................................................

Tools: Do not require redundant package python-celery-with-redis

python-celery-with-redis is a "bundle" that "installs the following
packages: ['celery>=3.0,<4.0', 'redis>=2.4.4']". However, if those
specific versions were indeed wanted, they wouldn't actually be
fulfilled by the package as it just requires python-celery and
python-redis unconditionally.

As Debian is very careful to stay backwards-compatible and we already
require the packages python-celery and python-redis (via
::redis::client::python) in
modules/toollabs/manifests/exec_environ.pp, this change removes the
redundant requirement.

Bug: T91874
Change-Id: I53a9dfe025717523cbf3f46f2bc9070df62049d0
---
M modules/toollabs/manifests/exec_environ.pp
1 file changed, 0 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/77/213777/1

diff --git a/modules/toollabs/manifests/exec_environ.pp 
b/modules/toollabs/manifests/exec_environ.pp
index f5ee07f..0859ebf 100644
--- a/modules/toollabs/manifests/exec_environ.pp
+++ b/modules/toollabs/manifests/exec_environ.pp
@@ -133,7 +133,6 @@
         'python-beautifulsoup',        # For valhallasw.
         'python-bottle',               # T58995
         'python-celery',
-        'python-celery-with-redis',
         'python-egenix-mxdatetime',
         'python-egenix-mxtools',
         'python-flask',

-- 
To view, visit https://gerrit.wikimedia.org/r/213777
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I53a9dfe025717523cbf3f46f2bc9070df62049d0
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Tim Landscheidt <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to