fails to detect git dir of a submodule during installation
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
PBR |
New
|
Undecided
|
Unassigned |
Bug Description
Hello,
I have a project, with a PBR-enabled lib as a submodule in it. Say this is the directory tree for example.
a-project/
py-submodule/
When I "cd py-submodule; pip install .", pip does mktemp and goes into "/tmp/pip-
I added some PDB set_trace and found out that _get_git_
$ cat py-submodule/.git
gitdir: ../.git/
So the git directory detection fails.
Is this a known issue? Any idea how to fix?
I am hitting this, too. I see this has been open since 2017 with no response.