diff options
author | Javier Jardón <jjardon@gnome.org> | 2019-11-29 23:37:27 +0900 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2020-01-15 20:53:38 +0900 |
commit | d1171bc63eb0aabfb72be9ceca228a296a411440 (patch) | |
tree | fb7322872eb24dd51a1ec480931b22ad53910531 /src/buildstream/testing/_utils/site.py | |
parent | e3fde756567166c7ed2fdcacd883ae3b0530e909 (diff) | |
download | buildstream-jjardon/deb_plugin_remove.tar.gz |
Remove "deb" dource pluginjjardon/deb_plugin_remove
This has been moved to a external repo
Diffstat (limited to 'src/buildstream/testing/_utils/site.py')
-rw-r--r-- | src/buildstream/testing/_utils/site.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/buildstream/testing/_utils/site.py b/src/buildstream/testing/_utils/site.py index 9fbddf13e..0dfbce222 100644 --- a/src/buildstream/testing/_utils/site.py +++ b/src/buildstream/testing/_utils/site.py @@ -59,13 +59,6 @@ try: except ProgramNotFoundError: HAVE_LZIP = False -try: - import arpy # pylint: disable=unused-import - - HAVE_ARPY = True -except ImportError: - HAVE_ARPY = False - casd_path = utils.get_host_tool("buildbox-casd") CASD_SEPARATE_USER = bool(os.stat(casd_path).st_mode & stat.S_ISUID) del casd_path |