fix broken python-synology (all versions)
This commit is contained in:
@@ -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? (
|
||||
|
||||
Reference in New Issue
Block a user