Skip to content

Commit

Permalink
Fixed libparsec file scheme in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Ironicbay committed Feb 23, 2022
1 parent ed62d02 commit ea7b65a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added newsfragments/2046.empty.rst
Empty file.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def get_requirement_from_file(file):
# shipped in production) and only contains rewriting of Python parts so
# it can be safely ignored for any purpose.
"oxidation": [
f"libparsec @ file://{(Path(__file__) / '../oxidation/libparsec_python').resolve().absolute()}"
f"libparsec @ file://localhost{Path(os.path.dirname(os.path.abspath(__file__))) / 'oxidation/libparsec_python'}"
],
}

Expand Down

0 comments on commit ea7b65a

Please sign in to comment.