mirror of
https://abf.rosa.ru/djam/docker-compose.git
synced 2025-02-23 22:52:57 +00:00
Add requires: functools32
This commit is contained in:
parent
e97361ec20
commit
8db87d681c
1 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
Name: %{project}-%{repo}
|
Name: %{project}-%{repo}
|
||||||
Version: %{dist_version}
|
Version: %{dist_version}
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: Multi-container orchestration for Docker
|
Summary: Multi-container orchestration for Docker
|
||||||
Group: System/Kernel and hardware
|
Group: System/Kernel and hardware
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
|
@ -44,6 +44,8 @@ Requires: python3egg(subprocess32)
|
||||||
Requires: python3egg(docopt) < 1
|
Requires: python3egg(docopt) < 1
|
||||||
Requires: python3egg(websocket-client)
|
Requires: python3egg(websocket-client)
|
||||||
Requires: python3egg(docker) >= 3.7.0
|
Requires: python3egg(docker) >= 3.7.0
|
||||||
|
Requires: python3egg(backports.shutil-get-terminal-size) == 1.0.0
|
||||||
|
Requires: pythonegg(functools32)
|
||||||
Requires: pigz
|
Requires: pigz
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
Loading…
Add table
Reference in a new issue