Skip to content

Commit

Permalink
Add python's native support for bluetooth sockets (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergioisidoro authored and pvizeli committed Dec 24, 2019
1 parent 3e504f6 commit 92e0128
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/3.6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ RUN set -ex \
tk-dev \
xz-dev \
zlib-dev \
bluez-dev \
# add build deps before removing fetch deps in case there's overlap
&& apk del .fetch-deps \
\
Expand Down
1 change: 1 addition & 0 deletions python/3.7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ RUN set -ex \
tk-dev \
xz-dev \
zlib-dev \
bluez-dev \
# add build deps before removing fetch deps in case there's overlap
&& apk del .fetch-deps \
\
Expand Down
1 change: 1 addition & 0 deletions python/3.8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ RUN set -ex \
tk-dev \
xz-dev \
zlib-dev \
bluez-dev \
# add build deps before removing fetch deps in case there's overlap
&& apk del .fetch-deps \
\
Expand Down

0 comments on commit 92e0128

Please sign in to comment.