Skip to content

Commit

Permalink
Added explicit dependency on pip to compile_pip_requirements binary
Browse files Browse the repository at this point in the history
Since the par now bundles pip, it will no longer use the system site-packages
version and risk incompatibility.

Fixes apt-itude#14
  • Loading branch information
apt-itude committed Apr 18, 2019
1 parent 587bc13 commit ce66708
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bin/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ par_binary(
visibility = ["//visibility:public"],
deps = [
"@pip_click//:lib",
"@pip_pip//:lib",
"@pip_pip_tools//:lib",
"@pip_six//:lib",
],
Expand Down
Binary file modified tools/compile_pip_requirements.par
Binary file not shown.
Binary file modified tools/create_pip_repository.par
Binary file not shown.

0 comments on commit ce66708

Please sign in to comment.