mirror of
https://abf.rosa.ru/djam/docker-compose.git
synced 2025-02-23 22:52:57 +00:00
Up release
Add requires python-subprocess32
This commit is contained in:
parent
1d9459df3a
commit
dc3cf14d8b
1 changed files with 3 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
Name: %{project}-%{repo}
|
||||
Version: %{dist_version}
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Multi-container orchestration for Docker
|
||||
Group: System/Kernel and hardware
|
||||
License: ASL 2.0
|
||||
|
@ -36,10 +36,11 @@ BuildRequires: python3egg(six) >= 1.12.0
|
|||
|
||||
Requires: python3egg(repoze.lru)
|
||||
Requires: python3egg(texttable)
|
||||
Requires: python3egg(ipaddress)
|
||||
Requires: python3egg(ipaddress) >= 1.0.16
|
||||
Requires: python3egg(cached-property)
|
||||
Requires: python3egg(paramiko)
|
||||
Requires: python3egg(six) >= 1.12.0
|
||||
Requires: puthon3egg(subprocess32)
|
||||
Requires: pigz
|
||||
|
||||
BuildArch: noarch
|
||||
|
|
Loading…
Add table
Reference in a new issue