summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhelm Savin2017-08-04 19:16:19 +1200
committerGuilhelm Savin2017-08-04 19:16:19 +1200
commit2486b875807e6c1a6923d1609d6d135959014cf7 (patch)
tree979cbbc8eef1b16259b6dff9fcc71f3b178fab5c
parent95fadd6882356c357e898aa430be3678d6cbd710 (diff)
downloadaur-2486b875807e6c1a6923d1609d6d135959014cf7.tar.gz
Fix pyserial required version
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5440db97878..9fcba5090ba4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = platformio
depends = python2-click-5.1
depends = python2-colorama
depends = python2-lockfile
- depends = python2-pyserial<3.3
+ depends = python2-pyserial>=3.4
depends = python2-requests
depends = python2-semantic-version
depends = python2-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index 08c4a90193bb..f663444b4ff1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,8 @@ depends=('python2'
'python2-click-5.1' # https://github.com/platformio/platformio/issues/349
'python2-colorama'
'python2-lockfile'
- 'python2-pyserial<3.3' # https://github.com/platformio/platformio-core/commit/a37eb9868f3b20e982d0c3cd1a742fcb8ab60efc
+ 'python2-pyserial>=3.4'
+# https://github.com/platformio/platformio-core/commit/a37eb9868f3b20e982d0c3cd1a742fcb8ab60efc
'python2-requests'
'python2-semantic-version'
'python2-setuptools')