summaryrefslogtreecommitdiff
path: root/virt-manager.spec
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2021-05-22 15:34:41 -0400
committerCole Robinson <crobinso@redhat.com>2021-05-23 14:23:59 -0400
commit12d40bdf625e561c6da0efa5ace2c1e14138e2a5 (patch)
tree148f3201e5f09247fb0b0adf7f0dc99a6f956620 /virt-manager.spec
parented863a66a1b7da6c9c4137c5fe0b7733fb2e5a8e (diff)
downloadvirt-manager-12d40bdf625e561c6da0efa5ace2c1e14138e2a5.tar.gz
setup: Mostly convert to setuptools
distutils is slated for removal in python3 eventually: https://www.python.org/dev/peps/pep-0632/ Mostly switch to setuptools. There's still an issue with the way that we extend the 'build' command that doesn't seem to have a setuptools equivalent, but we can hack around it if needed. Closes: #252 Signed-off-by: Cole Robinson <crobinso@redhat.com>
Diffstat (limited to 'virt-manager.spec')
-rw-r--r--virt-manager.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/virt-manager.spec b/virt-manager.spec
index 62a92957..fe01389f 100644
--- a/virt-manager.spec
+++ b/virt-manager.spec
@@ -52,6 +52,7 @@ Suggests: python3-libguestfs
BuildRequires: gettext
BuildRequires: python3-devel
BuildRequires: python3-docutils
+BuildRequires: python3-setuptools
%description