Skip to content

Commit

Permalink
Use git requirement.
Browse files Browse the repository at this point in the history
No-Issue

Signed-off-by: James Tanner <[email protected]>
  • Loading branch information
jctanner committed Aug 10, 2023
1 parent 83c20ee commit 0eac356
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/requirements.common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ pulp-container==2.15.1
# via galaxy-ng (setup.py)
pulp-glue==0.19.1
# via pulpcore
pulpcore==3.28.10
pulpcore @ git+https://github.com/pulp/pulpcore@3.28
# via
# galaxy-ng (setup.py)
# pulp-ansible
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.insights.txt
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ pulp-container==2.15.1
# via galaxy-ng (setup.py)
pulp-glue==0.19.1
# via pulpcore
pulpcore==3.28.10
pulpcore @ git+https://github.com/pulp/pulpcore@3.28
# via
# galaxy-ng (setup.py)
# pulp-ansible
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.standalone.txt
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ pulp-container==2.15.1
# via galaxy-ng (setup.py)
pulp-glue==0.19.1
# via pulpcore
pulpcore==3.28.10
pulpcore @ git+https://github.com/pulp/pulpcore@3.28
# via
# galaxy-ng (setup.py)
# pulp-ansible
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ def _format_pulp_requirement(plugin, specifier=None, ref=None, gh_namespace="pul

requirements = [
"galaxy-importer>=0.4.11,<0.5.0",
"pulpcore>=3.28.10,<3.40.0",
# "pulpcore>=3.28.10,<3.40.0",
"pulpcore @ git+https://github.com/pulp/[email protected]#egg=pulpcore",
"pulp_ansible>=0.19.0,<0.20.0",
"django-prometheus>=2.0.0",
"drf-spectacular",
Expand Down

0 comments on commit 0eac356

Please sign in to comment.