diff options
author | Dmitry Tantsur <dtantsur@protonmail.com> | 2021-01-22 17:52:21 +0100 |
---|---|---|
committer | Dmitry Tantsur <dtantsur@protonmail.com> | 2021-02-18 10:16:57 +0100 |
commit | 6e09a008ab571e3536ccba8fe3557ad22d551564 (patch) | |
tree | 52427815cbc962048d80f61b6fe28a5b4b75aa74 /requirements.txt | |
parent | 3858b95204a18e76532536fcde31b45761a05b81 (diff) | |
download | ironic-6e09a008ab571e3536ccba8fe3557ad22d551564.tar.gz |
Replace pysendfile with os.sendfile
Change-Id: I1ef33d41fd3784f55929fa6a086fca0c335212e5
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index aee276d27..9c1b940d4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,6 @@ ironic-lib>=4.3.0 # Apache-2.0 python-swiftclient>=3.2.0 # Apache-2.0 pytz>=2013.6 # MIT stevedore>=1.20.0 # Apache-2.0 -pysendfile>=2.0.0;sys_platform!='win32' # MIT oslo.concurrency>=4.2.0 # Apache-2.0 oslo.config>=6.8.0 # Apache-2.0 oslo.context>=2.19.2 # Apache-2.0 |