From 5d423a4c7c1ca9fbdc6af7aa4eec0473fa9c7db3e6aabba8c894d1856758a852 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Fri, 25 Mar 2022 01:14:41 +0000 Subject: [PATCH] - Refresh remove_mock.patch to add a missing file to it. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=221 --- python-setuptools.changes | 5 +++++ remove_mock.patch | 12 ++++++++++++ 2 files changed, 17 insertions(+) diff --git a/python-setuptools.changes b/python-setuptools.changes index 974d4db..9a5bdea 100644 --- a/python-setuptools.changes +++ b/python-setuptools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 25 01:13:50 UTC 2022 - Steve Kowalik + +- Refresh remove_mock.patch to add a missing file to it. + ------------------------------------------------------------------- Mon Feb 7 10:59:43 UTC 2022 - Dirk Müller diff --git a/remove_mock.patch b/remove_mock.patch index 82ed737..3c4b017 100644 --- a/remove_mock.patch +++ b/remove_mock.patch @@ -166,3 +166,15 @@ Index: setuptools-58.3.0/pkg_resources/tests/__init__.py + import mock +except ImportError: + from unittest import mock +Index: setuptools-58.3.0/setuptools/tests/test_bdist_deprecations.py +=================================================================== +--- setuptools-58.3.0.orig/setuptools/tests/test_bdist_deprecations.py ++++ setuptools-58.3.0/setuptools/tests/test_bdist_deprecations.py +@@ -1,6 +1,6 @@ + """develop tests + """ +-import mock ++from . import mock + import sys + + import pytest