mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[PR #766] [CLOSED] *: python pip in debian bookworm/testing needs venv #1412
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#1412
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/binwiederhier/ntfy/pull/766
Author: @vbatts
Created: 6/3/2023
Status: ❌ Closed
Base:
main← Head:venv📝 Commits (1)
77f5dd7*: python pip in debian bookworm/testing needs venv📊 Changes
2 files changed (+12 additions, -5 deletions)
View changed files
📝
Dockerfile-build(+2 -1)📝
Makefile(+10 -4)📄 Description
When testing this build using the upcoming debian bookworm/testing, the python pip v3.11 fails to install requirements that may clobber the host install packages. It prints out that venv must be used.
This change works fine on the current debian bullseye, and will continue to work once folks switch to the upcoming debian bookworm release.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.