Skip to content

Commit

Permalink
Modify amaranth dependency URL to match amaranth-soc's
Browse files Browse the repository at this point in the history
pip is rather strict about git dependencies and slightly different URLS
count as a different package.
We depend on amaranth and amaranth-soc, but amaranth-soc's dependency on
amaranth had a different URL causing a conflict. This changes ours to
match upstream to get the tests running again.
  • Loading branch information
miek committed Sep 28, 2023
1 parent 3e37c59 commit 8594e4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tox
pyusb
-e git+https://github.com/amaranth-lang/amaranth.git#egg=amaranth
git+https://github.com/amaranth-lang/amaranth
-e git+https://github.com/amaranth-lang/amaranth-soc.git#egg=amaranth-soc
-e git+https://github.com/amaranth-lang/amaranth-boards.git#egg=amaranth_boards
-e git+https://github.com/lambdaconcept/minerva.git#egg=minerva
Expand Down
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tox
pyusb
-e git+https://github.com/amaranth-lang/amaranth.git#egg=amaranth
git+https://github.com/amaranth-lang/amaranth
-e git+https://github.com/amaranth-lang/amaranth-soc.git#egg=amaranth-soc
-e git+https://github.com/amaranth-lang/amaranth-boards.git#egg=amaranth_boards
-e git+https://github.com/usb-tools/python-usb-protocol.git#egg=usb_protocol
Expand Down

0 comments on commit 8594e4c

Please sign in to comment.