summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Scholl2015-10-26 15:05:56 -0400
committerDavid Scholl2015-10-26 15:05:56 -0400
commit90294edce693094fde622f2d3d5bb3716b10e880 (patch)
tree367a58abfc75bb7602601d16d0a531813b61e6fc
parent230ae51f885c3780e4e73b034d55e966e10d59e6 (diff)
downloadaur-90294edce693094fde622f2d3d5bb3716b10e880.tar.gz
Added setuptools dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c1da69e71156..fceaa7ab18e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Literate programmer's editor, outliner, and project manager"
arch=('any')
url="http://leoeditor.com/"
license=('custom')
-depends=('python-pyqt4' 'shared-mime-info')
+depends=('python-pyqt4' 'shared-mime-info' 'python-setuptools')
optdepends=('python-pyenchant: spellchecking support'
'python-docutils: viewrendered support'
'python-sphinx: documentation support')