Skip to content

Commit

Permalink
Try this.
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 6, 2023
1 parent 104ccc4 commit d4b01bc
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements/requirements.common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ pulp-glue==0.19.1
# via pulpcore
pulpcore==3.28.7
# via
# galaxy-ng (setup.py)
# pulp-ansible
# pulp-container
pyasn1==0.5.0
Expand Down
1 change: 1 addition & 0 deletions requirements/requirements.insights.txt
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ pulp-glue==0.19.1
# via pulpcore
pulpcore==3.28.7
# via
# galaxy-ng (setup.py)
# pulp-ansible
# pulp-container
pyasn1==0.5.0
Expand Down
1 change: 1 addition & 0 deletions requirements/requirements.standalone.txt
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ pulp-glue==0.19.1
# via pulpcore
pulpcore==3.28.7
# via
# galaxy-ng (setup.py)
# pulp-ansible
# pulp-container
pyasn1==0.5.0
Expand Down
9 changes: 8 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,16 @@ def _format_pulp_requirement(plugin, specifier=None, ref=None, gh_namespace="pul
)


gi_requirement = (
"galaxy-importer @ git+https://github.com/jctanner/galaxy-importer"
+ "@DEBUG_LINT_RUNS#egg=galaxy-importer"
)


requirements = [
# "galaxy-importer>=0.4.11,<0.5.0",
"galaxy-importer @ git+https://github.com/jctanner/galaxy-importer@DEBUG_LINT_RUNS",
# "galaxy-importer @ git+https://github.com/jctanner/galaxy-importer@DEBUG_LINT_RUNS",
gi_requirement,
"pulpcore>=3.28.7,<3.40.0",
"pulp_ansible>=0.19.0,<0.20.0",
"django-prometheus>=2.0.0",
Expand Down

0 comments on commit d4b01bc

Please sign in to comment.