Skip to content

Commit

Permalink
Don't downgrade pip
Browse files Browse the repository at this point in the history
  • Loading branch information
hipek8 committed Aug 22, 2024
1 parent 3d1952c commit 785217e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ override_dh_virtualenv:
npm install
node_modules/bower/bin/bower --allow-root install
node_modules/gulp/bin/gulp.js
dh_virtualenv --python /usr/bin/python3.6 --upgrade-pip-to 19.3.1 --requirements requirements/prod.txt
dh_virtualenv --python /usr/bin/python3.6 --upgrade-pip-to 21.3.1 --requirements requirements/prod.txt

override_dh_shlibdeps:
dh_shlibdeps --dpkg-shlibdeps-params="--ignore-missing-info" --exclude=PIL --exclude=_cffi_backend
Expand Down

0 comments on commit 785217e

Please sign in to comment.