Skip to content

Commit

Permalink
Switch to branch of python-networkmanager
Browse files Browse the repository at this point in the history
  • Loading branch information
maggie44 committed Jan 18, 2023
1 parent b206639 commit 6aa85fa
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN apk add --no-cache \
build-base \
dbus-dev \
dbus-libs \
git \
glib-dev

# Copy Python requirements file
Expand Down
2 changes: 1 addition & 1 deletion src/common/wifi.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def get_device():
if Pnm.NM_DEVICE_TYPE_WIFI in devices:
return devices[Pnm.NM_DEVICE_TYPE_WIFI]
else:
logger.error("No suitable or available device found. Exiting.")
logger.error("No suitable or available WiFi device found. Exiting.")
sys.exit(0)


Expand Down
4 changes: 2 additions & 2 deletions src/requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
python-dotenv
git+https://github.com/balena-io-experimental/python-networkmanager
Flask-Cors
Flask-RESTful
python-networkmanager==2.1
python-dotenv
waitress
6 changes: 3 additions & 3 deletions src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile
#
Expand All @@ -26,7 +26,7 @@ markupsafe==2.1.0
# via jinja2
python-dotenv==0.19.2
# via -r requirements.in
python-networkmanager==2.1
python-networkmanager @ git+https://github.com/balena-io-experimental/python-networkmanager
# via -r requirements.in
pytz==2021.3
# via flask-restful
Expand Down

0 comments on commit 6aa85fa

Please sign in to comment.