From a48ff873f8b0ecb98bbfceba8ae9a5c9e9d594f4 Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Thu, 5 Jan 2023 00:08:49 -0500 Subject: [PATCH] remove docutils from Requires --- python-daemon.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/python-daemon.spec b/python-daemon.spec index b016402..f76c063 100644 --- a/python-daemon.spec +++ b/python-daemon.spec @@ -27,7 +27,6 @@ This library implements the well-behaved daemon specification of PEP 3143,\ %package -n python3-daemon Summary: Library to implement a well-behaved Unix daemon process Requires: python3-lockfile -Requires: python3-docutils %{?python_provide:%python_provide python3-daemon} %description -n python3-daemon %_description