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

Commit

Permalink
depend on version 2 of docker-py
Browse files Browse the repository at this point in the history
which is now available as 'docker' in PyPI and as a `python{2,3}-docker`
in Fedora.

Signed-off-by: Tomas Tomecek <[email protected]>
  • Loading branch information
TomasTomecek committed Aug 25, 2017
1 parent 14e878d commit 5f08ecd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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

0 comments on commit 5f08ecd

Please sign in to comment.