summaryrefslogtreecommitdiff
path: root/python-editor
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-01-10 13:37:52 +0100
committerErich Eckner <git@eckner.net>2017-01-10 14:59:18 +0100
commitb11133f33e7a8df448e59ee4fe06f826acfe1871 (patch)
tree92a671ba9ae871f07c806b4ec30a7a2f5d7cb6ed /python-editor
parent5a4d5a90b5b6f302e27322e6ce68c31eb104a38a (diff)
downloadarchlinuxewe.git.save-b11133f33e7a8df448e59ee4fe06f826acfe1871.tar.xz
python-editor dependency
Diffstat (limited to 'python-editor')
-rw-r--r--python-editor/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/python-editor/PKGBUILD b/python-editor/PKGBUILD
index a156bb40..8bec6bc4 100644
--- a/python-editor/PKGBUILD
+++ b/python-editor/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=python-editor
pkgver=1.0.3
-pkgrel=1
+pkgrel=2
pkgdesc="Programmatically open an editor, capture the result"
url="https://github.com/fmoo/python-editor"
-depends=('python' )
+depends=('python>=3.6' 'python<3.7')
makedepends=('python-setuptools')
license=('Apache')
arch=('any')