From eab66ae510fe16c25c5b1917fa3b13c542da1ef4 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Thu, 25 Jun 2020 16:01:00 +0200 Subject: [PATCH] Add buildrequires for python3-setuptools --- libpwquality.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/libpwquality.spec b/libpwquality.spec index 4285886..7d75885 100644 --- a/libpwquality.spec +++ b/libpwquality.spec @@ -36,6 +36,7 @@ BuildRequires: python2-devel %endif %if %{with python3} BuildRequires: python3-devel +BuildRequires: python3-setuptools %endif URL: https://github.com/libpwquality/libpwquality/