Skip to content

Commit

Permalink
Add comment for python-dev requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisCummins committed Jan 7, 2020
1 parent 7a06eab commit 5d4d94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEPS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ linux: sudo apt install -y --no-install-recommends ocl-icd-opencl-dev # Needed
linux: sudo apt install -y --no-install-recommends opencl-c-headers # Needed for #include <CL/cl.h>
linux: sudo apt install -y --no-install-recommends pkg-config
linux: sudo apt install -y --no-install-recommends python
linux: sudo apt install -y --no-install-recommends python-dev
linux: sudo apt install -y --no-install-recommends python-dev # Python headers needed for pybind
linux: sudo apt install -y --no-install-recommends python3.6
linux: sudo apt install -y --no-install-recommends python3.6-dev
linux: sudo apt install -y --no-install-recommends python3-distutils
Expand Down

0 comments on commit 5d4d94c

Please sign in to comment.