[lvm-devel] 2018-06-01-stable - spec: Use python3 setuptools with python3

Marian Csontos mcsontos at sourceware.org
Thu Jan 3 13:40:27 UTC 2019


Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=1d2de5dd130b0db81502ad5fce12f1ab148ede3e
Commit:        1d2de5dd130b0db81502ad5fce12f1ab148ede3e
Parent:        df0797db8cec82df92fb1df2bace184f5a811924
Author:        Marian Csontos <mcsontos at redhat.com>
AuthorDate:    Thu Jan 3 14:39:28 2019 +0100
Committer:     Marian Csontos <mcsontos at redhat.com>
CommitterDate: Thu Jan 3 14:39:28 2019 +0100

spec: Use python3 setuptools with python3

---
 spec/source.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/spec/source.inc b/spec/source.inc
index 93f9c7b..96c37f1 100644
--- a/spec/source.inc
+++ b/spec/source.inc
@@ -98,7 +98,7 @@
 
 %if %{enable_python3} || %{enable_dbusd}
   %global buildreq_python3_devel python3-devel
-  %global buildreq_python_setuptools python-setuptools
+  %global buildreq_python_setuptools python3-setuptools
 %endif
 
 ##############################################################




More information about the lvm-devel mailing list