You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by kl...@apache.org on 2018/11/19 16:32:32 UTC

[mesos] branch master updated: Updated PyInstaller requirement for new CLI to support Python 3.7.

This is an automated email from the ASF dual-hosted git repository.

klueska pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/master by this push:
     new 12bf198  Updated PyInstaller requirement for new CLI to support Python 3.7.
12bf198 is described below

commit 12bf198d8a6f0c651d5560defb9529fda4b8d212
Author: Armand Grillet <ag...@mesosphere.io>
AuthorDate: Mon Nov 19 11:30:43 2018 -0500

    Updated PyInstaller requirement for new CLI to support Python 3.7.
    
    Review: https://reviews.apache.org/r/69255/
---
 src/python/cli_new/pip-requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/python/cli_new/pip-requirements.txt b/src/python/cli_new/pip-requirements.txt
index 520dc61..663f774 100644
--- a/src/python/cli_new/pip-requirements.txt
+++ b/src/python/cli_new/pip-requirements.txt
@@ -8,7 +8,7 @@ lazy-object-proxy==1.2.2
 mccabe==0.5.2
 parse==1.8.0
 Pygments==2.1.3
-PyInstaller==3.3.1
+PyInstaller==3.4
 six==1.10.0
 tenacity==4.12.0
 termcolor==1.1.0