File: 0028-Fix-pip-invocation.patch

package info (click to toggle)
cctbx 2025.2%2Bds2%2B~3.23.0%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 137,020 kB
  • sloc: python: 896,704; cpp: 299,496; ansic: 22,625; fortran: 18,268; javascript: 2,046; sh: 1,114; sql: 632; csh: 519; java: 368; makefile: 317; xml: 25
file content (20 lines) | stat: -rw-r--r-- 579 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Roland Mas <lolando@debian.org>
Date: Thu, 29 May 2025 17:28:46 +0200
Subject: Fix pip invocation

---
 dxtbx/libtbx_refresh.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dxtbx/libtbx_refresh.py b/dxtbx/libtbx_refresh.py
index eef867e..9981234 100644
--- a/dxtbx/libtbx_refresh.py
+++ b/dxtbx/libtbx_refresh.py
@@ -42,6 +42,7 @@ def _install_setup_readonly_fallback(package_name: str):
             build_path,
             "--no-build-isolation",
             "--no-deps",
+            "--ignore-installed",
             "-e",
             root_path,
         ],