Skip to content

Commit

Permalink
Remove SPDX check as the Python module got deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
Croydon committed Nov 12, 2020
1 parent 620e78d commit eaf3865
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 37 deletions.
34 changes: 0 additions & 34 deletions bincrafters_conventions/actions/check_for_spdx_license.py

This file was deleted.

2 changes: 0 additions & 2 deletions bincrafters_conventions/bincrafters_conventions.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import requests
import contextlib
import re
from .actions.check_for_spdx_license import check_for_spdx_license
from .actions.check_for_download_hash import check_for_download_hash
from .actions.check_for_license import check_for_license
from .actions.check_for_deprecated_generators import check_for_deprecated_generators
Expand Down Expand Up @@ -375,7 +374,6 @@ def _run_conventions_checks(self, conanfile="conanfile.py"):

return (check_for_license(self),
check_for_required_attributes(self, conanfile),
check_for_spdx_license(self, conanfile),
check_for_download_hash(self, conanfile),
check_for_deprecated_generators(self, conanfile),
check_for_deprecated_methods(self, conanfile),
Expand Down
1 change: 0 additions & 1 deletion bincrafters_conventions/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
requests>=2.22.0
GitPython>=3.0.4
conan>=1.18.0
spdx-lookup>=0.3.2
PyNaCl~=1.3.0

0 comments on commit eaf3865

Please sign in to comment.