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
This commit is contained in:
Matej Cepl 2021-12-11 12:09:45 +00:00 committed by Git OBS Bridge
parent 5e3861ee6f
commit 09a9c6d456
2 changed files with 5 additions and 12 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Dec 11 12:07:02 UTC 2021 - Ben Greiner <code@bnavigator.de>
- actually drop remove-backports.patch
-------------------------------------------------------------------
Fri Dec 10 21:56:30 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

@ -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