thefuck: re-add setuptools for the entry point
This commit is contained in:
parent
93de8dc039
commit
a0a0060bbd
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'thefuck'
|
||||
pkgname=thefuck
|
||||
version=3.26
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
build_style=python3-module
|
||||
pycompile_module="thefuck"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-colorama python3-decorator python3-psutil python3-pyte
|
||||
python3-requests"
|
||||
depends="python3-setuptools python3-colorama python3-decorator python3-psutil
|
||||
python3-pyte python3-requests"
|
||||
checkdepends="python3-colorama python3-decorator python3-psutil python3-pyte
|
||||
python3-pytest-mock python3-requests"
|
||||
short_desc="Magnificent app which corrects your previous console command"
|
||||
|
|
Loading…
Reference in New Issue