mirror of
https://abf.rosa.ru/djam/samba.git
synced 2025-02-24 09:32:49 +00:00
Add Requires for python modules
This commit is contained in:
parent
2911a68c7b
commit
a6b168f436
1 changed files with 3 additions and 1 deletions
|
@ -114,7 +114,7 @@ Conflicts: %{1} < %{2}
|
|||
Summary: Samba SMB server
|
||||
Name: samba
|
||||
Version: 4.19.5
|
||||
Release: 1
|
||||
Release: 2
|
||||
Epoch: 1
|
||||
License: GPLv3+
|
||||
Group: System/Servers
|
||||
|
@ -806,6 +806,8 @@ Requires: python3-tevent
|
|||
Requires: python3-tdb
|
||||
Requires: python3-ldb
|
||||
Requires: python3egg(dnspython)
|
||||
# for ms_forest_updates_markdown.py and ms_schema_markdown.py
|
||||
Requires: python3egg(markdown)
|
||||
Requires: ldb-utils
|
||||
# old name
|
||||
Provides: samba-python3 = %{EVRD}
|
||||
|
|
Loading…
Add table
Reference in a new issue