Closed mamedin closed 5 years ago
This PR removes dh-virtualenv build path in editable pip requirements and other local/bin files. There's a bug in dh-virtualenv editable paths:
spotify/dh-virtualenv#134
It happens when requirements.txt file has the "-e" option for git sources, but it worked in AM version < 1.10 because the "-e" was not used.
Connects to archivematica/Issues#903
Cherry-picked to qa/1.x: 61a07f2a26453aa910b89f6727e3837bcc7375e5
This PR removes dh-virtualenv build path in editable pip requirements and other local/bin files. There's a bug in dh-virtualenv editable paths:
spotify/dh-virtualenv#134
It happens when requirements.txt file has the "-e" option for git sources, but it worked in AM version < 1.10 because the "-e" was not used.
Connects to archivematica/Issues#903