diff options
Diffstat (limited to 'python2-wxutils/PKGBUILD')
-rwxr-xr-x | python2-wxutils/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python2-wxutils/PKGBUILD b/python2-wxutils/PKGBUILD index 2e60d42d..ec7c8060 100755 --- a/python2-wxutils/PKGBUILD +++ b/python2-wxutils/PKGBUILD @@ -8,7 +8,8 @@ url='https://pypi.python.org/pypi/wxutils/0.1.2' license=('BSD') groups=() depends=( - 'python2' + 'python2>=2.7' + 'python2<2.8' 'wxpython' ) makedepends=( |