Yuvipanda has submitted this change and it was merged.

Change subject: tools: Fix flake packages in trusty vs precise
......................................................................


tools: Fix flake packages in trusty vs precise

Change-Id: I8e68f7934d90bff2b43a58df9264617e427afc31
---
M modules/toollabs/manifests/exec_environ.pp
1 file changed, 3 insertions(+), 2 deletions(-)

Approvals:
  Yuvipanda: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/toollabs/manifests/exec_environ.pp 
b/modules/toollabs/manifests/exec_environ.pp
index ca3ae3f..e570219 100644
--- a/modules/toollabs/manifests/exec_environ.pp
+++ b/modules/toollabs/manifests/exec_environ.pp
@@ -138,8 +138,6 @@
         'python-celery-with-redis',
         'python-egenix-mxdatetime',
         'python-egenix-mxtools',
-        'python-flake8',
-        'python3-flake8',
         'python-flask',
         'python-flask-login',
         'python-flask-oauth',
@@ -386,6 +384,7 @@
             'libprotobuf7',                # T58995
             'libvips15',
             'mysql-client',                # mariadb-client just... doesn't 
work on precise. Apt failures
+            'pyflakes',
             # no nodejs-legacy             (presumably, -legacy makes a 
symlink that is default in precise)
             ]:
             ensure => latest,
@@ -400,6 +399,8 @@
             'libvips37',
             'nodejs-legacy',               # T1102
             'mariadb-client',              # For /usr/bin/mysql, is broken on 
precise atm
+            'python-flake8',
+            'python3-flake8',
             ]:
             ensure => latest,
         }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I8e68f7934d90bff2b43a58df9264617e427afc31
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Yuvipanda <[email protected]>
Gerrit-Reviewer: Merlijn van Deen <[email protected]>
Gerrit-Reviewer: Yuvipanda <[email protected]>
Gerrit-Reviewer: coren <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to