diff options
author | Erich Eckner <git@eckner.net> | 2017-01-10 13:37:52 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-01-10 14:59:18 +0100 |
commit | b11133f33e7a8df448e59ee4fe06f826acfe1871 (patch) | |
tree | 92a671ba9ae871f07c806b4ec30a7a2f5d7cb6ed | |
parent | 5a4d5a90b5b6f302e27322e6ce68c31eb104a38a (diff) | |
download | archlinuxewe-b11133f33e7a8df448e59ee4fe06f826acfe1871.tar.xz |
python-editor dependency
-rw-r--r-- | python-editor/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python-editor/PKGBUILD b/python-editor/PKGBUILD index a156bb40f..8bec6bc4f 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') |