From 09a9c6d4567146cd8e896d21fdb53b363d5333936b3d01b4cb53fd6a3dccf20e Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 11 Dec 2021 12:09:45 +0000 Subject: [PATCH] Accepting request 939574 from home:bnavigator:python-rpm-macros - actually drop remove-backports.patch OBS-URL: https://build.opensuse.org/request/show/939574 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distlib?expand=0&rev=21 --- python-distlib.changes | 5 +++++ remove-backports.patch | 12 ------------ 2 files changed, 5 insertions(+), 12 deletions(-) delete mode 100644 remove-backports.patch diff --git a/python-distlib.changes b/python-distlib.changes index 1775043..ef83649 100644 --- a/python-distlib.changes +++ b/python-distlib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Dec 11 12:07:02 UTC 2021 - Ben Greiner + +- actually drop remove-backports.patch + ------------------------------------------------------------------- Fri Dec 10 21:56:30 UTC 2021 - Ben Greiner diff --git a/remove-backports.patch b/remove-backports.patch deleted file mode 100644 index fc1a546..0000000 --- a/remove-backports.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: distlib-0.3.4/tests/distlib_tests.py -=================================================================== ---- distlib-0.3.4.orig/tests/distlib_tests.py -+++ distlib-0.3.4/tests/distlib_tests.py -@@ -10,7 +10,6 @@ _ver = sys.version_info[:2] - from test_database import (DataFilesTestCase, TestDatabase, TestDistribution, - TestEggInfoDistribution, DepGraphTestCase) - from test_index import PackageIndexTestCase --from test_locators import LocatorTestCase - from test_manifest import ManifestTestCase - from test_markers import MarkersTestCase - from test_metadata import MetadataTestCase, LegacyMetadataTestCase