Revert "packaging: Try uv path dependencies in projects"
This reverts commit b1eb3d30f5.
- Other projects couldn't depend on subprojects anymore.
This commit is contained in:
parent
9e8c41749a
commit
e6256f296f
7 changed files with 15 additions and 43 deletions
7
lscolors/uv.lock
generated
7
lscolors/uv.lock
generated
|
|
@ -16,15 +16,12 @@ dependencies = [
|
|||
]
|
||||
|
||||
[package.metadata]
|
||||
requires-dist = [{ name = "termstr", virtual = "../termstr" }]
|
||||
requires-dist = [{ name = "termstr", git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2024.12.18" }]
|
||||
|
||||
[[package]]
|
||||
name = "termstr"
|
||||
version = "2024.12.18"
|
||||
source = { virtual = "../termstr" }
|
||||
source = { git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2024.12.18#42acd6db75cfb366e4f6b5de0bf7c7508eec6796" }
|
||||
dependencies = [
|
||||
{ name = "cwcwidth" },
|
||||
]
|
||||
|
||||
[package.metadata]
|
||||
requires-dist = [{ name = "cwcwidth", specifier = "==0.1.5" }]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue