All of lore.kernel.org
 help / color / mirror / Atom feed
* 2018-06-01-stable - spec: Use python3 setuptools with python3
@ 2019-01-03 13:40 Marian Csontos
  0 siblings, 0 replies; only message in thread
From: Marian Csontos @ 2019-01-03 13:40 UTC (permalink / raw)
  To: lvm-devel

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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-01-03 13:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-03 13:40 2018-06-01-stable - spec: Use python3 setuptools with python3 Marian Csontos

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.