diff options
Diffstat (limited to 'science/py-pymol/files/patch-setup.py')
-rw-r--r-- | science/py-pymol/files/patch-setup.py | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/science/py-pymol/files/patch-setup.py b/science/py-pymol/files/patch-setup.py index fe1059c10949..6378d80ded89 100644 --- a/science/py-pymol/files/patch-setup.py +++ b/science/py-pymol/files/patch-setup.py @@ -1,15 +1,15 @@ ---- setup.py.orig 2021-05-10 18:38:37 UTC +--- setup.py.orig 2024-04-09 16:59:46 UTC +++ setup.py -@@ -53,6 +53,8 @@ try: - "shared library; no: disable fast MMTF load support") - parser.add_argument('--help-distutils', action="store_true", - help="show help for distutils options and exit") -+ parser.add_argument('--single-version-externally-managed', action="store_true", -+ help="single-version-externally-managed") - parser.add_argument('--testing', action="store_true", - help="Build C-level tests") - parser.add_argument('--openvr', dest='openvr', action='store_true') -@@ -282,7 +284,7 @@ if DEBUG and not WIN: +@@ -60,6 +60,8 @@ parser.add_argument('--help-distutils', action="store_ + "shared library; no: disable fast MMTF load support") + parser.add_argument('--help-distutils', action="store_true", + help="show help for distutils options and exit") ++parser.add_argument('--single-version-externally-managed', action="store_true", ++ help="single-version-externally-managed") + parser.add_argument('--testing', action="store_true", + help="Build C-level tests") + parser.add_argument('--openvr', dest='openvr', action='store_true') +@@ -295,7 +297,7 @@ ext_comp_args = [ libs = ["png", "freetype"] lib_dirs = [] ext_comp_args = [ |