summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarian Csontos <mcsontos@redhat.com>2019-01-03 14:39:28 +0100
committerMarian Csontos <mcsontos@redhat.com>2019-01-03 14:39:28 +0100
commit1d2de5dd130b0db81502ad5fce12f1ab148ede3e (patch)
tree04234236a85c0a72c95650edc1c14a16cc8a4790
parentdf0797db8cec82df92fb1df2bace184f5a811924 (diff)
downloadlvm2-1d2de5dd130b0db81502ad5fce12f1ab148ede3e.tar.gz
spec: Use python3 setuptools with python3
-rw-r--r--spec/source.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/source.inc b/spec/source.inc
index 93f9c7bde..96c37f13b 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
##############################################################