summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Severance2016-03-21 11:55:22 -0400
committerChris Severance2016-03-21 11:55:22 -0400
commit102857cb0b483265f718f5c4b01c8bcb11ac4eb5 (patch)
treec5e5543ffad54082e9c8abfde9a901b152b54298 /PKGBUILD
parent9a57c981c553d3262c1ae56fb025c9aa2ba17dea (diff)
downloadaur-102857cb0b483265f718f5c4b01c8bcb11ac4eb5.tar.gz
Relax restriction on python-rsa
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5cf195d0b2ac..749d706e06c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -52,7 +52,7 @@ _pyverother='python'
fi
pkgver=1.10.14
# Generally when this version changes, the version of botocore also changes
-pkgrel=1
+pkgrel=2
pkgdesc='Universal Command Line Interface for Amazon Web Services awscli'
arch=('any')
url="https://github.com/aws/${_pybase}"
@@ -60,10 +60,8 @@ license=('Apache') # Apache License 2.0
_pydepends=( # See setup.py, README.rst, and requirements.txt for version dependencies
"${_pyver}-bcdoc" # AUR
"${_pyver}-botocore>=1.4.5" # AUR == would make upgrades from AUR impossible. See below.
- #"${_pyver}-colorama"{">=0.2.5","<=0.3.3"} # COM
- "${_pyver}-colorama>=0.2.5" # COM requested by phw
- #"${_pyver}-rsa-3.1.2"{">=3.1.2","<=3.3.0"} # AUR
- "${_pyver}-rsa"{'>=3.2','<=3.3.0'} # COM
+ "${_pyver}-colorama>=0.2.5" #,"<=0.3.3"} # COM requested by phw
+ "${_pyver}-rsa>=3.2" # ','<=3.3.0'} # COM requested by supermario & jsteel
"${_pyver}-s3transfer>=0.0.1" # AUR
### These are from python-botocore