thefuck: depend on python-bashlex

This commit is contained in:
Michael Gehring 2017-01-12 15:21:56 +01:00
parent c99a0087f1
commit c435019cdd
1 changed files with 3 additions and 2 deletions

View File

@ -1,12 +1,13 @@
# Template file for 'thefuck'
pkgname=thefuck
version=3.14
revision=1
revision=2
build_style=python2-module
pycompile_module="thefuck"
noarch=yes
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"
maintainer='Benjamin "Doctors" Hoffmeyer <hoffmeyer25@gmail.com>'
license="MIT"