diff --git a/sort-for-reproducibility.patch b/sort-for-reproducibility.patch index 1854a10..56ca4e9 100644 --- a/sort-for-reproducibility.patch +++ b/sort-for-reproducibility.patch @@ -19,20 +19,6 @@ Index: setuptools-69.0.2/setuptools/command/easy_install.py if self.root: # strip any package prefix root_len = len(self.root) for counter in range(len(outputs)): -Index: setuptools-69.0.2/setuptools/tests/test_egg_info.py -=================================================================== ---- setuptools-69.0.2.orig/setuptools/tests/test_egg_info.py -+++ setuptools-69.0.2/setuptools/tests/test_egg_info.py -@@ -353,8 +353,8 @@ class TestEggInfo: - wheel>=0.5 - pytest - -- wheel>=0.5 - pytest -+ wheel>=0.5 - ''', - ''' - install_requires_ordered Index: setuptools-69.0.2/setuptools/tests/test_wheel.py =================================================================== --- setuptools-69.0.2.orig/setuptools/tests/test_wheel.py