[packages/python-ply] - fix python2 condition
hawk
hawk at pld-linux.org
Thu Apr 25 23:42:23 CEST 2024
commit 2c602d070737b2b124a87b6319478866d4dd9352
Author: Marcin Krol <hawk at tld-linux.org>
Date: Thu Apr 25 23:41:44 2024 +0200
- fix python2 condition
python-ply.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/python-ply.spec b/python-ply.spec
index e86f04f..8434f2f 100644
--- a/python-ply.spec
+++ b/python-ply.spec
@@ -17,7 +17,7 @@ Source0: http://www.dabeaz.com/ply/ply-%{version}.tar.gz
# Source0-md5: 6465f602e656455affcd7c5734c638f8
URL: http://www.dabeaz.com/ply/
BuildRequires: rpmbuild(macros) >= 1.714
-%if %{with python3}
+%if %{with python2}
BuildRequires: python >= 1:2.7
%if %{with tests}
BuildRequires: python-setuptools
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-ply.git/commitdiff/2c602d070737b2b124a87b6319478866d4dd9352
More information about the pld-cvs-commit
mailing list