From: Jakub Bogusz Date: Sat, 1 Apr 2023 18:19:22 +0000 (+0200) Subject: - disable python3 here X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=39d7c2a95ddc06e243701e573566afd071f46e44;p=packages%2Fpython-pefile.git - disable python3 here --- 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