Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Commit c2d9bfe

Browse files
committed
Drop rusty-rlp
1 parent 11f5871 commit c2d9bfe

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,10 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
99
python3-pip \
1010
python3-setuptools
1111

12-
# Needed for rusty-rlp wheel
13-
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain 1.62.1
14-
ENV PATH="/root/.cargo/bin:${PATH}"
15-
1612
RUN --mount=type=bind,target=/etheno \
1713
cd /etheno && \
1814
pip3 install --no-cache-dir --upgrade pip setuptools && \
1915
pip3 wheel --no-cache-dir -w /wheels \
20-
https://github.com/cburgdorf/rusty-rlp/archive/refs/tags/0.1.15.tar.gz \
2116
.
2217

2318

setup.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@
2424
"eth-rlp<0.3.0",
2525
"setuptools",
2626
],
27-
# rusty-rlp==0.1.15 has to be downloaded as a tarball
28-
dependency_links=[
29-
"https://github.com/cburgdorf/rusty-rlp/archive/refs/tags/0.1.15.tar.gz"
30-
],
3127
entry_points={"console_scripts": ["etheno = etheno.__main__:main"]},
3228
classifiers=[
3329
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)