You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by pa...@apache.org on 2018/02/07 18:38:23 UTC

[trafficserver] branch master updated: psutil can not find python.h withouth python3-dev in Ubuntu

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 487eccb  psutil can not find python.h withouth python3-dev in Ubuntu
487eccb is described below

commit 487eccbc54efda271ae675de1e31ffa35910c7d9
Author: Syeda Persia Aziz <pe...@yahoo.com>
AuthorDate: Wed Feb 7 00:07:55 2018 -0600

    psutil can not find python.h withouth python3-dev in Ubuntu
---
 tests/bootstrap.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/bootstrap.py b/tests/bootstrap.py
index 86eb2c6..9a721c6 100755
--- a/tests/bootstrap.py
+++ b/tests/bootstrap.py
@@ -48,7 +48,8 @@ distro_packages = {
     "Ubuntu": [
         "install python3",
         "install python3-virtualenv",
-        "install virtualenv"
+        "install virtualenv",
+	"install python3-dev"
     ],
     "CentOS": [
         "install epel-release",

-- 
To stop receiving notification emails like this one, please contact
paziz@apache.org.