File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ RUN apk add --no-cache \
8
8
build-base \
9
9
dbus-dev \
10
10
dbus-libs \
11
+ git \
11
12
glib-dev
12
13
13
14
# Copy Python requirements file
Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ def get_device():
251
251
if Pnm .NM_DEVICE_TYPE_WIFI in devices :
252
252
return devices [Pnm .NM_DEVICE_TYPE_WIFI ]
253
253
else :
254
- logger .error ("No suitable or available device found. Exiting." )
254
+ logger .error ("No suitable or available WiFi device found. Exiting." )
255
255
sys .exit (0 )
256
256
257
257
Original file line number Diff line number Diff line change 1
- python-dotenv
1
+ git+https://github.com/balena-io-experimental/ python-networkmanager
2
2
Flask-Cors
3
3
Flask-RESTful
4
- python-networkmanager==2.1
4
+ python-dotenv
5
5
waitress
Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile with python 3.9
3
- # To update, run :
2
+ # This file is autogenerated by pip-compile with Python 3.10
3
+ # by the following command :
4
4
#
5
5
# pip-compile
6
6
#
@@ -26,7 +26,7 @@ markupsafe==2.1.0
26
26
# via jinja2
27
27
python-dotenv == 0.19.2
28
28
# via -r requirements.in
29
- python-networkmanager == 2.1
29
+ python-networkmanager @ git+https://github.com/balena-io-experimental/python-networkmanager
30
30
# via -r requirements.in
31
31
pytz == 2021.3
32
32
# via flask-restful
You can’t perform that action at this time.
0 commit comments