thefuck: remove setuptools as runtime dependency
They monkey patch the entry_points to generate scripts that don't import pkg_resources.
This commit is contained in:
parent
392aecc3cd
commit
cbc6387bd8
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'thefuck'
|
# Template file for 'thefuck'
|
||||||
pkgname=thefuck
|
pkgname=thefuck
|
||||||
version=3.27
|
version=3.27
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="thefuck"
|
pycompile_module="thefuck"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-setuptools python3-colorama python3-decorator python3-psutil
|
depends="python3-colorama python3-decorator python3-psutil python3-pyte
|
||||||
python3-pyte python3-requests"
|
python3-requests"
|
||||||
checkdepends="python3-colorama python3-decorator python3-psutil python3-pyte
|
checkdepends="python3-colorama python3-decorator python3-psutil python3-pyte
|
||||||
python3-pytest-mock python3-requests"
|
python3-pytest-mock python3-requests"
|
||||||
short_desc="Magnificent app which corrects your previous console command"
|
short_desc="Magnificent app which corrects your previous console command"
|
||||||
|
|
Loading…
Reference in a new issue