Skip to content

Commit

Permalink
Removed hardcoded packahge index
Browse files Browse the repository at this point in the history
  • Loading branch information
agouy authored Jul 25, 2023
1 parent b099c53 commit d441316
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tercen/util/requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def get_base_prefix_compat():
venvPkgs = glob.glob(''.join([venvPythDist, '/site-packages/*']))
venvSrcPkgs = glob.glob(''.join([venvPath, '/src/*']))

vp = venvPkgs[63]
# vp = venvPkgs[63]

str.split('pexpect\n', '\n')

Expand Down Expand Up @@ -174,4 +174,4 @@ def get_base_prefix_compat():

for r in fullReqs:
print(r)


0 comments on commit d441316

Please sign in to comment.