Skip to content

Commit fba4ce2

Browse files
committed
Require python3-setuptools for current development environment
Signed-off-by: mulhern <amulhern@redhat.com>
1 parent 97cb13c commit fba4ce2

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,14 @@ jobs:
2020
task: make -f Makefile fmt-travis
2121
- dependencies: yamllint
2222
task: make -f Makefile yamllint
23-
- dependencies: pylint python3-into-dbus-python
23+
- dependencies: pylint python3-into-dbus-python python3-setuptools
2424
task: PYTHONPATH=./src make -f Makefile lint
25-
- dependencies: python3-into-dbus-python
25+
- dependencies: python3-into-dbus-python python3-setuptools
2626
task: PYTHONPATH=./src make -f Makefile test
27-
- dependencies: python3-coverage python3-into-dbus-python
27+
- dependencies: >
28+
python3-coverage
29+
python3-into-dbus-python
30+
python3-setuptools
2831
task: PYTHONPATH=./src make -f Makefile coverage
2932
runs-on: ubuntu-latest
3033
container: fedora:40 # CURRENT DEVELOPMENT ENVIRONMENT

0 commit comments

Comments
 (0)