Skip to content

Commit

Permalink
remove six usage
Browse files Browse the repository at this point in the history
Summary:
X-link: facebookincubator/zstrong#1002

now that python2 is long gone, lets remove dependency on six

most of the changes are in the thrift fuzzer/randomizer used in thrift tests, replacing six with what six did in the py3 case.

Reviewed By: ahilger

Differential Revision: D63709297

fbshipit-source-id: 2ff46ead9e2035c5e43081ddec8ae1e3d1499895
  • Loading branch information
ahornby authored and facebook-github-bot committed Oct 7, 2024
1 parent ff6e263 commit 52622b1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/rust-shed_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ jobs:
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages fetch --no-tests fmt
- name: Fetch googletest
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages fetch --no-tests googletest
- name: Fetch python-six
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages fetch --no-tests python-six
- name: Fetch zstd
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages fetch --no-tests zstd
- name: Fetch boost
Expand Down Expand Up @@ -104,8 +102,6 @@ jobs:
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages build --no-tests fmt
- name: Build googletest
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages build --no-tests googletest
- name: Build python-six
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages build --no-tests python-six
- name: Build zstd
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages build --no-tests zstd
- name: Build boost
Expand Down
1 change: 0 additions & 1 deletion build/fbcode_builder/manifests/fbthrift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ fmt
folly
googletest
libsodium
python-six
wangle
zstd
mvfst
Expand Down

0 comments on commit 52622b1

Please sign in to comment.