Skip to content

Commit

Permalink
Invalid value for requires_dist. Error: Can't have direct dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-sahlmann committed Jul 13, 2023
1 parent 0478e18 commit da8a510
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ FROM node:16-alpine
RUN npm install -g mountebank
ENTRYPOINT ["mb"]
RUN apk add \
git \
py3-lxml \
py3-paramiko \
py3-pip \
py3-requests \
scapy \
# dependencies for ruamel.yaml:
gcc \
musl-dev \
python3-dev
RUN pip install scapy@git+https://github.com/christian-sahlmann/scapy@christian-sahlmann/ber-decoding-3900
RUN pip install mb-netmgmt
WORKDIR /usr/lib/python3.11/site-packages/mb_netmgmt
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ dependencies = [
"paramiko>=2.12.0",
"ruamel.yaml",
"requests",
"scapy@git+https://github.com/christian-sahlmann/scapy@christian-sahlmann/ber-decoding-3900",
"scapy",
]

0 comments on commit da8a510

Please sign in to comment.