Skip to content
This repository has been archived by the owner on Oct 10, 2020. It is now read-only.

depend on version 2 of docker-py #902

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .papr.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN dnf install -y \
python-dbus \
pylint \
python-slip-dbus \
python-docker-py \
python2-docker \
python2-dateutil \
PyYAML \
rpm-python \
Expand Down
2 changes: 1 addition & 1 deletion .papr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dnf install -y \
python-dbus \
pylint \
python-slip-dbus \
python-docker-py \
python2-docker \
python2-dateutil \
PyYAML \
rpm-python \
Expand Down
4 changes: 2 additions & 2 deletions docs/install/Fedora.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ dnf install atomic
On Fedora, You need to install required build dependencies
```
yum-builddep atomic
yum install -y python-requests libselinux-python python-docker-py \
yum install -y python-requests libselinux-python python3-docker \
python-dateutil python-yaml pylint python-slip-dbus python-gobject
# or
dnf builddep atomic
dnf install -y python-requests libselinux-python python-docker-py \
dnf install -y python-requests libselinux-python python3-docker \
python-dateutil python-yaml pylint python-slip-dbus python-gobject
```

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
requests>=2.4.3
setuptools
docker-py
docker
websocket-client>=0.11.0
six>=1.3.0
gi
Expand Down