You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2017/03/05 00:23:04 UTC

[trafficserver] 14/14: fix issue with virtualenv on Fedora 25

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

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

commit f778a8f654c089adf10298c4451663fe5d198b1d
Author: Jason Kenny <dr...@live.com>
AuthorDate: Fri Mar 3 11:57:12 2017 -0500

    fix issue with virtualenv on Fedora 25
---
 tests/bootstrap.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/bootstrap.py b/tests/bootstrap.py
index 30c5026..285be0a 100755
--- a/tests/bootstrap.py
+++ b/tests/bootstrap.py
@@ -40,6 +40,7 @@ distro_packages = {
     "Fedora": [
         "install python3",
         "install python3-virtualenv",
+        "install python-virtualenv",
     ],
     "Ubuntu": [
         "install python3",

-- 
To stop receiving notification emails like this one, please contact
"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>.