Skip to content

Commit

Permalink
cloudinit: remove six from packaging/tooling (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
OddBloke committed Mar 17, 2020
1 parent 309e9a3 commit b9ff0dc
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ ignored-modules=
http.client,
httplib,
pkg_resources,
six.moves,
# cloud_tests requirements.
boto3,
botocore,
Expand Down
3 changes: 0 additions & 3 deletions packages/pkg-deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@
},
"requests" : {
"3" : "python36-requests"
},
"six" : {
"3" : "python36-six"
}
},
"requires" : [
Expand Down
3 changes: 0 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,3 @@ jsonpatch

# For validating cloud-config sections per schema definitions
jsonschema

# For Python 2/3 compatibility
six
1 change: 0 additions & 1 deletion tools/build-on-freebsd
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ pkgs="
$py_prefix-oauthlib
$py_prefix-requests
$py_prefix-serial
$py_prefix-six
$py_prefix-yaml
sudo
"
Expand Down
1 change: 0 additions & 1 deletion tools/build-on-netbsd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ pkgs="
py37-oauthlib
py37-requests
py37-setuptools
py37-six
py37-yaml
sudo
"
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ deps =
pyserial==3.0.1
configobj==5.0.6
requests==2.9.1
six==1.10.0
# test-requirements
httpretty==0.9.6
mock==1.3.0
Expand Down

0 comments on commit b9ff0dc

Please sign in to comment.