Skip to content

Commit

Permalink
Merge pull request ajenti#1484 from jaden78/pip-packaging
Browse files Browse the repository at this point in the history
Update 'packaging'
  • Loading branch information
kiarn authored Sep 25, 2024
2 parents daf77a1 + 64a1ef8 commit a522f55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/install-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ PYTHON3=/opt/ajenti/bin/python3
msg ":: Upgrading PIP"

rm /usr/lib/$PYTHON3/dist-packages/setuptools.egg-info || true # for debian 7
$PYTHON3 -m pip install -U pip wheel setuptools
$PYTHON3 -m pip install -U pip wheel setuptools packaging
$PYTHON3 -m pip uninstall -y gevent-socketio gevent-socketio-hartwork

msg ":: Installing Ajenti Dev Multitool"
Expand Down
2 changes: 1 addition & 1 deletion scripts/install-venv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ PYTHON3=/opt/ajenti/bin/python3
msg ":: Upgrading PIP"

rm /usr/lib/$PYTHON3/dist-packages/setuptools.egg-info || true # for debian 7
$PYTHON3 -m pip install -U pip wheel setuptools
$PYTHON3 -m pip install -U pip wheel setuptools packaging
$PYTHON3 -m pip uninstall -y gevent-socketio gevent-socketio-hartwork

msg ":: Installing Ajenti"
Expand Down
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ fi
msg ":: Upgrading PIP"

rm /usr/lib/$PYTHON3/dist-packages/setuptools.egg-info || true # for debian 7
$PYTHON3 -m pip install -U pip wheel setuptools
$PYTHON3 -m pip install -U pip wheel setuptools packaging
$PYTHON3 -m pip uninstall -y gevent-socketio gevent-socketio-hartwork

msg ":: Installing Ajenti"
Expand Down

0 comments on commit a522f55

Please sign in to comment.