thefuck: remove bashlex dep

See a778ea6203.
This commit is contained in:
Alessio Sergi 2017-01-12 18:37:27 +01:00
parent a5da8c5ce5
commit 688e7a409d

View file

@ -1,13 +1,13 @@
# Template file for 'thefuck'
pkgname=thefuck
version=3.14
revision=2
revision=3
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 python-bashlex"
hostmakedepends="python-setuptools"
depends="python-setuptools python-requests python-psutil python-decorator
python-six python-pathlib2 python-colorama"
short_desc="Magnificent app which corrects your previous console command"
maintainer='Benjamin "Doctors" Hoffmeyer <hoffmeyer25@gmail.com>'
license="MIT"