fix broken python-synology (all versions)

This commit is contained in:
2020-08-25 19:27:30 +02:00
committed by Andreas Billmeier
parent dcb1905270
commit 702d242c62
10 changed files with 57 additions and 32 deletions

View File

@@ -9,7 +9,9 @@ inherit distutils-r1
DESCRIPTION="Python API for communication with Synology DSM"
HOMEPAGE="https://github.com/StaticCube/python-synology/ https://pypi.org/project/python-synology/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
#Pypi SDIST Source is incomplete
SRC_URI="https://github.com/ProtoThis/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@@ -19,7 +21,8 @@ IUSE="test"
RDEPEND=">=dev-python/requests-2.20.0[${PYTHON_USEDEP}]
>=dev-python/urllib3-1.24.3[${PYTHON_USEDEP}]
<dev-python/urllib3-1.25[${PYTHON_USEDEP}]
>=dev-python/future-0.18.2[${PYTHON_USEDEP}]"
>=dev-python/future-0.18.2[${PYTHON_USEDEP}]
>=dev-python/simplejson-3.16.0"
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (