Skip to content

Commit

Permalink
thefuck: move setuptools to depends
Browse files Browse the repository at this point in the history
  • Loading branch information
Trickyni-V56 authored Dec 7, 2024
1 parent 5944dcc commit eb06d3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions srcpkgs/thefuck/template
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ pkgname=thefuck
version=3.32
revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
hostmakedepends=""

Check failure on line 6 in srcpkgs/thefuck/template

View workflow job for this annotation

GitHub Actions / Lint templates

Template Lint

variable set to empty string: hostmakedepends=""
depends="python3-colorama python3-decorator python3-psutil python3-pyte
python3-requests"
python3-requests python3-setuptools"
checkdepends="python3-pytest-mock $depends"
short_desc="Magnificent app which corrects your previous console command"
maintainer="Orphaned <[email protected]>"
Expand Down

0 comments on commit eb06d3c

Please sign in to comment.