python/stevedore: update to 5.4.0
[oi-userland.git] / components / python / pyfakefs / patches / 01-test-requirements.patch
blob8a72777bb4a8f026c86fb93874dd335040c47cd5
1 Remove optional test dependencies we do not have packaged yet.
3 --- pyfakefs-5.7.1/extra_requirements.txt.orig
4 +++ pyfakefs-5.7.1/extra_requirements.txt
5 @@ -1,9 +0,0 @@
6 -# these are used to test pandas-specific patches to allow
7 -# pyfakefs to work with pandas
8 -# we use the latest version to see any problems with new versions
9 -pandas==1.3.5; python_version == '3.7' # pyup: ignore
10 -pandas==2.0.3; python_version == '3.8' # pyup: ignore
11 -pandas==2.2.3; python_version > '3.8'
12 -xlrd==2.0.1
13 -openpyxl==3.1.3; python_version == '3.7' # pyup: ignore
14 -openpyxl==3.1.5; python_version > '3.7'