[packages/python-pefile] - disable python3 here

qboosh qboosh at pld-linux.org
Sat Apr 1 20:16:54 CEST 2023


commit 39d7c2a95ddc06e243701e573566afd071f46e44
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Apr 1 20:19:22 2023 +0200

    - disable python3 here

 python-pefile.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/python-pefile.spec b/python-pefile.spec
index d6981ac..041ed35 100644
--- a/python-pefile.spec
+++ b/python-pefile.spec
@@ -1,11 +1,12 @@
 #
 # Conditional build:
 %bcond_without	python2 # CPython 2.x module
-%bcond_without	python3 # CPython 3.x module
+%bcond_with	python3 # CPython 3.x module (built from python3-pefile.spec)
 
 Summary:	Python PE parsing module
 Summary(pl.UTF-8):	Moduł Pythona do analizy PE
 Name:		python-pefile
+# keep 2019.x here for python2 support
 Version:	2019.4.18
 Release:	1
 License:	MIT
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-pefile.git/commitdiff/39d7c2a95ddc06e243701e573566afd071f46e44



More information about the pld-cvs-commit mailing list