Skip to content

Commit

Permalink
setup.py: allow installing alongside drgn 0.0.30
Browse files Browse the repository at this point in the history
Orabug: 37413889
Signed-off-by: Stephen Brennan <[email protected]>
  • Loading branch information
brenns10 committed Jan 3, 2025
1 parent f0ae713 commit 422155e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def get_version():
description="drgn helper script repository",
long_description=long_description,
install_requires=[
"drgn>=0.0.25,<0.0.30",
"drgn>=0.0.25,<0.0.31",
],
url="https://github.com/oracle-samples/drgn-tools",
author="Oracle Linux Sustaining Engineering Team",
Expand Down

0 comments on commit 422155e

Please sign in to comment.