thefuck: depend on python-bashlex

This commit is contained in:
Michael Gehring 2017-01-12 15:21:56 +01:00
parent c99a0087f1
commit c435019cdd

View File

@ -1,12 +1,13 @@
# Template file for 'thefuck' # Template file for 'thefuck'
pkgname=thefuck pkgname=thefuck
version=3.14 version=3.14
revision=1 revision=2
build_style=python2-module build_style=python2-module
pycompile_module="thefuck" pycompile_module="thefuck"
noarch=yes noarch=yes
hostmakedepends="python-setuptools python-pip" hostmakedepends="python-setuptools python-pip"
depends="python-setuptools python-requests python-psutil python-decorator python-six python-pathlib2 python-colorama" depends="python-setuptools python-requests python-psutil python-decorator python-six python-pathlib2
python-colorama python-bashlex"
short_desc="Magnificent app which corrects your previous console command" short_desc="Magnificent app which corrects your previous console command"
maintainer='Benjamin "Doctors" Hoffmeyer <hoffmeyer25@gmail.com>' maintainer='Benjamin "Doctors" Hoffmeyer <hoffmeyer25@gmail.com>'
license="MIT" license="MIT"