From 50286efadda2024c74ea661f8339fc41e5494107 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 24 Apr 2020 14:17:59 +0200 Subject: [PATCH] dist: drop bogus python-enum34 dependency The entire codebase has moved to python3; pulling in this one python2 package makese no sense. The guard with %if %{without python3} does not work as intended, as there is no %bcond_without statement in the .spec file, thus assuming 'without' unless overriden by any other rules. --- dist/package/openSUSE-release-tools.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dist/package/openSUSE-release-tools.spec b/dist/package/openSUSE-release-tools.spec index 6779d8b3..bd565c83 100644 --- a/dist/package/openSUSE-release-tools.spec +++ b/dist/package/openSUSE-release-tools.spec @@ -58,10 +58,6 @@ Requires: python3-pycurl Requires: python3-python-dateutil Requires: python3-pyxdg Requires: python3-requests -# ttm/manager.py -%if %{without python3} -Requires: python-enum34 -%endif # bs_mirrorfull Requires: perl-Net-SSLeay