diff options
author | Erich Eckner <git@eckner.net> | 2018-08-07 08:05:47 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-08-07 08:08:20 +0200 |
commit | efc22702de0ff7fa08783283555af19359eafe8b (patch) | |
tree | 445c8511b65f62a649a4128868720eea497f100d /python2-wxmplot | |
parent | adc8fff0989b8783bb022e68a87d1bf4b0d49d0a (diff) | |
download | archlinuxewe-efc22702de0ff7fa08783283555af19359eafe8b.tar.xz |
recompile all python packages
Diffstat (limited to 'python2-wxmplot')
-rwxr-xr-x | python2-wxmplot/PKGBUILD | 3 |
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' ) |