From 4abbd259d61e95522ed51df6b831651a8f599dce Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 25 Jan 2023 09:53:28 -0800 Subject: [PATCH] Correct buildrequires to python3-devel Thanks Miro. --- python-ptyprocess.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ptyprocess.spec b/python-ptyprocess.spec index 74d009c..4aa69b4 100644 --- a/python-ptyprocess.spec +++ b/python-ptyprocess.spec @@ -20,7 +20,7 @@ process and its pty. %package -n python3-ptyprocess Summary: Run a subprocess in a pseudo terminal %{?python_provide:%python_provide python3-%{srcname}} -BuildRequires: pyproject-rpm-macros +BuildRequires: python3-devel %if %{with tests} BuildRequires: python3-pytest %endif