Skip to content

Commit

Permalink
Remove unused distro dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
albertvaka committed Apr 22, 2020
1 parent 50a5d28 commit a377fbc
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ run_tests_ebpf:
before_script:
- mkdir -p $CI_PROJECT_DIR/.tmp/binary-ebpf
- cd $SRC_PATH
- pip3 install distro -c requirements.txt # needed for some of our invoke tasks until the builders image contain it
- pip3 install -r requirements.txt
- inv -e deps --verbose --dep-vendor-only --no-checks
# Retrieve libbcc from S3
- $S3_CP_CMD $S3_ARTIFACTS_URI/libbcc-amd64.tar.xz /tmp/libbcc.tar.xz
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ docker==3.7.3
requests==2.20.1
PyYAML==5.3.1
toml==0.9.4
distro==1.4.0
1 change: 0 additions & 1 deletion tasks/android.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import os
import shutil
import sys
import distro
from distutils.dir_util import copy_tree

import invoke
Expand Down
1 change: 0 additions & 1 deletion tasks/build_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
Utilities to manage build tags
"""
import sys
import distro
from invoke import task

# ALL_TAGS lists any available build tag
Expand Down

0 comments on commit a377fbc

Please sign in to comment.