mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 08:42:57 -04:00
Fix script
This commit is contained in:
parent
81a712b724
commit
d55d63a2a2
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ def _prepare_build_tools(venv_path, venv_python, repo_path):
|
|||
|
||||
@contextlib.contextmanager
|
||||
def _prepare_constraints(repo_path):
|
||||
reqs_certbot = os.path.join(repo_path, 'tools', 'certbot_requirements.txt')
|
||||
reqs_certbot = os.path.join(repo_path, 'tools', 'certbot_constraints.txt')
|
||||
reqs_pipstrap = os.path.join(repo_path, 'tools', 'pipstrap_constraints.txt')
|
||||
constraints_certbot = subprocess.check_output(
|
||||
[sys.executable, os.path.join(repo_path, 'tools', 'strip_hashes.py'), reqs_certbot],
|
||||
|
|
|
|||
Loading…
Reference in a new issue