From a9d6787d6fbe2c1045473764ab78a20ca0b2825c849b9ee9c940f2eb089f159f Mon Sep 17 00:00:00 2001 From: James Fehlig Date: Mon, 14 Mar 2022 19:36:19 +0000 Subject: [PATCH] - spec: BuildRequires python3-docutils instead of all python flavors of the docutils module OBS-URL: https://build.opensuse.org/package/show/Virtualization/mdevctl?expand=0&rev=13 --- mdevctl.changes | 6 ++++++ mdevctl.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/mdevctl.changes b/mdevctl.changes index e6fa084..30771ad 100644 --- a/mdevctl.changes +++ b/mdevctl.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 14 19:32:53 UTC 2022 - James Fehlig + +- spec: BuildRequires python3-docutils instead of all python + flavors of the docutils module + ------------------------------------------------------------------- Fri Mar 11 17:23:03 UTC 2022 - James Fehlig diff --git a/mdevctl.spec b/mdevctl.spec index 318bb74..b48f9e0 100644 --- a/mdevctl.spec +++ b/mdevctl.spec @@ -24,8 +24,8 @@ License: LGPL-2.1-or-later URL: https://github.com/mdevctl/mdevctl Source0: %{name}-%{version}.tar.xz Source1: vendor.tar.xz -BuildRequires: %{python_module docutils} BuildRequires: cargo +BuildRequires: python3-docutils BuildRequires: rust BuildRequires: pkgconfig(udev)