From ce7a26fd539ac8e4a76bdea5a45d2d7ff8cd6a38 Mon Sep 17 00:00:00 2001 From: Aaron McConnell Date: Wed, 11 Oct 2023 16:12:26 -0400 Subject: [PATCH] Remove reference to Py2 in the bdist build config --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 6633a13..fb2cc3e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,3 @@ [bdist_rpm] -# Due to changes in Python's ConfigParser, this only works in Python 3. For Python 2, remove one % release=1%%{?dist} requires=python-six