mirror of
https://abf.rosa.ru/djam/docker-compose.git
synced 2025-02-23 06:33:00 +00:00
Add Requires python3egg(docopt) < 1 python3egg(websocket-client) python3egg(docker) >= 3.7.0
This commit is contained in:
parent
dc3cf14d8b
commit
e97361ec20
1 changed files with 5 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
Name: %{project}-%{repo}
|
||||
Version: %{dist_version}
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: Multi-container orchestration for Docker
|
||||
Group: System/Kernel and hardware
|
||||
License: ASL 2.0
|
||||
|
@ -40,7 +40,10 @@ Requires: python3egg(ipaddress) >= 1.0.16
|
|||
Requires: python3egg(cached-property)
|
||||
Requires: python3egg(paramiko)
|
||||
Requires: python3egg(six) >= 1.12.0
|
||||
Requires: puthon3egg(subprocess32)
|
||||
Requires: python3egg(subprocess32)
|
||||
Requires: python3egg(docopt) < 1
|
||||
Requires: python3egg(websocket-client)
|
||||
Requires: python3egg(docker) >= 3.7.0
|
||||
Requires: pigz
|
||||
|
||||
BuildArch: noarch
|
||||
|
|
Loading…
Add table
Reference in a new issue