1
0
mirror of https://github.com/projectatomic/atomic.git synced 2026-02-05 09:44:59 +01:00

depend on version 2 of docker-py

which is now available as 'docker' in PyPI and as a `python{2,3}-docker`
in Fedora.

Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>

Closes: #902
Approved by: rhatdan
This commit is contained in:
Tomas Tomecek
2017-02-21 16:55:51 +01:00
committed by Atomic Bot
parent 1d9df1cc1c
commit d69f76580b
4 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ RUN dnf install -y \
python-dbus \
pylint \
python-slip-dbus \
python-docker-py \
python2-docker \
python2-dateutil \
PyYAML \
rpm-python \

View File

@@ -62,7 +62,7 @@ dnf install -y \
python-dbus \
pylint \
python-slip-dbus \
python-docker-py \
python2-docker \
python2-dateutil \
PyYAML \
rpm-python \

View File

@@ -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
```

View File

@@ -1,6 +1,6 @@
requests>=2.4.3
setuptools
docker-py
docker
websocket-client>=0.11.0
six>=1.3.0
xattr