]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
distro/pkg/rpm: added python3-setuptools as build requirement
authorAleš Mrázek <ales.mrazek@nic.cz>
Wed, 29 Apr 2026 09:58:25 +0000 (11:58 +0200)
committerAleš Mrázek <ales.mrazek@nic.cz>
Wed, 29 Apr 2026 09:58:25 +0000 (11:58 +0200)
distro/pkg/rpm/knot-resolver.spec

index bccc55d6fdb29c8cb73d196929a3d1372e4b6e59..749ae619e3b12ace66268d947f260f6d28255662 100644 (file)
@@ -49,6 +49,7 @@ BuildRequires:  pkgconfig(libuv)
 BuildRequires:  pkgconfig(luajit) >= 2.0
 BuildRequires:  jemalloc-devel
 BuildRequires:  python3-devel
+BuildRequires:  python3-setuptools
 
 Requires:       systemd
 Requires(post): systemd
@@ -100,7 +101,6 @@ BuildRequires:  openssl-devel
 %if 0%{?suse_version}
 %define NINJA ninja
 BuildRequires:  lmdb-devel
-BuildRequires:  python3-setuptools
 Requires(pre):  shadow
 %endif