From cf5df50986f12d44f20604cb147f1b2d89edfc71 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 22 Jan 2024 14:32:59 +0700 Subject: [PATCH] also add setuptools to the build dependencies --- packaging/debian/control | 1 + packaging/rpm/xpra-html5.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/packaging/debian/control b/packaging/debian/control index b8121629..06c0d477 100644 --- a/packaging/debian/control +++ b/packaging/debian/control @@ -4,6 +4,7 @@ Source: xpra-html5 Maintainer: Antoine Martin Standards-Version: 3.9.3 Build-Depends: python3 + ,python3-setuptools ,uglifyjs ,brotli ,libjs-jquery diff --git a/packaging/rpm/xpra-html5.spec b/packaging/rpm/xpra-html5.spec index b16694a3..b84dc5cc 100644 --- a/packaging/rpm/xpra-html5.spec +++ b/packaging/rpm/xpra-html5.spec @@ -20,6 +20,7 @@ Vendor: https://xpra.org/ Source: xpra-html5-%{version}.tar.xz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-root +BuildRequires: python3-setuptools Conflicts: xpra < 2.1 %if 0%{?el7} %define minifier ""