diff options
Diffstat (limited to 'redhat/docker/f39/rpmmacros')
-rw-r--r-- | redhat/docker/f39/rpmmacros | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/redhat/docker/f39/rpmmacros b/redhat/docker/f39/rpmmacros index d5696f832..206994877 100644 --- a/redhat/docker/f39/rpmmacros +++ b/redhat/docker/f39/rpmmacros @@ -7,10 +7,4 @@ %_debugsource_packages %nil %_debugsource_template %nil %source_date_epoch_from_changelog 0 - -# Use python3.11 instead of default python3.12 -%python python3.11 -%python3 python3.11 -%__python3 /usr/bin/python3.11 -%__python_requires %nil -%__pythondist_requires %nil +%python python3 |