summaryrefslogtreecommitdiff
path: root/python2-wxmplot
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-08-07 08:05:47 +0200
committerErich Eckner <git@eckner.net>2018-08-07 08:08:20 +0200
commitefc22702de0ff7fa08783283555af19359eafe8b (patch)
tree445c8511b65f62a649a4128868720eea497f100d /python2-wxmplot
parentadc8fff0989b8783bb022e68a87d1bf4b0d49d0a (diff)
downloadarchlinuxewe-efc22702de0ff7fa08783283555af19359eafe8b.tar.xz
recompile all python packages
Diffstat (limited to 'python2-wxmplot')
-rwxr-xr-xpython2-wxmplot/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/python2-wxmplot/PKGBUILD b/python2-wxmplot/PKGBUILD
index a65ffae0c..08d0e145e 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'
)