diff options
author | Jake Hunsaker <jhunsake@redhat.com> | 2020-04-08 11:17:50 -0400 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2020-04-08 11:28:39 -0400 |
commit | 6738ca63a1eab4381e436b7f5d5e0e0cc0d51953 (patch) | |
tree | 58727963242dd1cf11fbc5a8b336fabfbc504252 /requirements.txt | |
parent | b0a3b9f07c49ccc58378e41618646e626679582f (diff) | |
download | sos-6738ca63a1eab4381e436b7f5d5e0e0cc0d51953.tar.gz |
[build] Update setuptools for new package layout, remove python2 tests
Updates setup.py to reflect project changes with 4.0, thus allowing the
'python setup.py install' checks to run normally.
Removes futures from requirements.txt, as futures is packaged with
python 3.4 and newer, and sos no longer supports python2. In that vein,
also removes the pytohn-2.7 test from the travis configuration.
Resolves: #2004
Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
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 236189eb..34bc04f9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,3 @@ pycodestyle>=2.4.0 nose>=1.3.7 coverage>=4.0.3 Sphinx>=1.3.5 -futures;python_version<"3.4" |