hasufell-repository/packages/dev-python/oauth2client/oauth2client-4.0.0.exheres-0
Tom Briden 8ae5d1f268 oauth2client: Add ~armv7 to platforms
Change-Id: I0f4310bf0820805d17e25b15500713b643956fe4
Reviewed-on: https://galileo.mailstation.de/gerrit/11123
Reviewed-by: Julian Ospald <hasufell@posteo.de>
2018-01-30 13:41:32 +01:00

23 lines
584 B
Bash

# Copyright 2017 Julian Ospald <hasufell@posteo.de>
# Distributed under the terms of the GNU General Public License v2
require pypi setup-py [ import=distutils ]
SUMMARY="OAuth 2.0 client library"
LICENCES="Apache-2.0"
SLOT="0"
PLATFORMS="~amd64 ~armv7 ~x86"
MYOPTIONS=""
DEPENDENCIES="
build+run:
dev-python/httplib2[>=0.9.1][python_abis:*(-)?]
dev-python/pyasn1-modules[>=0.0.5][python_abis:*(-)?]
dev-python/pyasn1[>=0.1.7][python_abis:*(-)?]
dev-python/rsa[>=3.1.4][python_abis:*(-)?]
dev-python/six[>=1.6.1][python_abis:*(-)?]
"