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:
committed by
Atomic Bot
parent
1d9df1cc1c
commit
d69f76580b
@@ -16,7 +16,7 @@ RUN dnf install -y \
|
||||
python-dbus \
|
||||
pylint \
|
||||
python-slip-dbus \
|
||||
python-docker-py \
|
||||
python2-docker \
|
||||
python2-dateutil \
|
||||
PyYAML \
|
||||
rpm-python \
|
||||
|
||||
2
.papr.sh
2
.papr.sh
@@ -62,7 +62,7 @@ dnf install -y \
|
||||
python-dbus \
|
||||
pylint \
|
||||
python-slip-dbus \
|
||||
python-docker-py \
|
||||
python2-docker \
|
||||
python2-dateutil \
|
||||
PyYAML \
|
||||
rpm-python \
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
requests>=2.4.3
|
||||
setuptools
|
||||
docker-py
|
||||
docker
|
||||
websocket-client>=0.11.0
|
||||
six>=1.3.0
|
||||
xattr
|
||||
|
||||
Reference in New Issue
Block a user