diff options
author | Javier Jardón <jjardon@gnome.org> | 2019-11-23 00:51:56 +0900 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2020-01-17 04:20:09 +0000 |
commit | 45507ccc97bed1fce5749ae0c01c098a8ecd265c (patch) | |
tree | 6651e729b48280c498de1bf370b12f2907f08a6c /src/buildstream/testing/_utils/site.py | |
parent | a5b2396539e1621eef75a035b12c1c4266b5c9fe (diff) | |
download | buildstream-jjardon/move_deb_source.tar.gz |
Remove "deb" surce plugin, it has beem moved to bst-plugins-experimentaljjardon/move_deb_source
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 |