diff options
author | Vasek Sraier <git@vakabus.cz> | 2022-07-18 11:01:15 +0200 |
---|---|---|
committer | Vasek Sraier <git@vakabus.cz> | 2022-07-31 17:26:39 +0200 |
commit | e93af94cd6c986eb3c446be487af360a2a3569b4 (patch) | |
tree | e9a12f6cb70255e44459d58ecf3e8fc392cace6f /distro | |
parent | ci pkgtest: added more distros and removed old ones (diff) | |
download | knot-resolver-e93af94cd6c986eb3c446be487af360a2a3569b4.tar.xz knot-resolver-e93af94cd6c986eb3c446be487af360a2a3569b4.zip |
rpm packaging: opensuse dependencies
Diffstat (limited to 'distro')
-rw-r--r-- | distro/pkg/rpm/knot-resolver.spec | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/distro/pkg/rpm/knot-resolver.spec b/distro/pkg/rpm/knot-resolver.spec index d180c730..42238184 100644 --- a/distro/pkg/rpm/knot-resolver.spec +++ b/distro/pkg/rpm/knot-resolver.spec @@ -167,10 +167,17 @@ Requires: python3 Requires: python3-pyyaml Requires: python3-aiohttp Requires: python3-typing-extensions -Requires: python3-gobject Requires: python3-prometheus_client Requires: supervisor %endif +%if 0%{?suse_version} +Requires: python3 +Requires: python3-PyYAML +Requires: python3-aiohttp +Requires: python3-typing_extensions +Requires: python3-prometheus_client +Requires: supervisor +%endif %description -n python3-knot-resolver-manager Knot Resolver Manager is a configuration tool for Knot Resolver. The Manager |