summaryrefslogtreecommitdiff
path: root/python2-wxmplot/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'python2-wxmplot/PKGBUILD')
-rwxr-xr-xpython2-wxmplot/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/python2-wxmplot/PKGBUILD b/python2-wxmplot/PKGBUILD
index a65ffae0..08d0e145 100755
--- a/python2-wxmplot/PKGBUILD
+++ b/python2-wxmplot/PKGBUILD
@@ -8,7 +8,8 @@ url='https://pypi.python.org/pypi/wxmplot/0.9.18'
license=('OSI Approved :: MIT License')
groups=()
depends=(
- 'python2'
+ 'python2>=2.7'
+ 'python2<2.8'
'wxpython'
'python2-matplotlib'
)