fix pyowm deps
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
DIST pyowm-2.10.0.tar.gz 3700987 BLAKE2B f3453cbf86f9f551d41f6e8279833495a272f98062e7dc88cda6329901684e50273cf569068bb183091e9d8f542990ae592279b66cb8a3c3081e974e229ce85d SHA512 49db933546e7d270e13c835e03c78d829463c7742fa8e87f2272346e0b4c734a2234c501dd2a3a1b4fea0ffab5c8869a8186ec03b8d68f60888fc3e1f8569864
|
||||
EBUILD pyowm-2.10.0.ebuild 675 BLAKE2B f9674becda132e1b89911462b80ef6b51382205dda9f0d711a90735bb7880dc82ffdd12ba23c49e4b312ec219ab0e468cb1080afffaeb0cbb3631424a4c9a13e SHA512 ad9599efcd6111e16b86f7495a5f98406707631f3d75cf66c9a68b95d1e06c510883bb97d694ee69c70de28d13874b96041cb254a012a72a58431d45fd5479b7
|
||||
EBUILD pyowm-2.10.0.ebuild 1138 BLAKE2B 2b8c8dcabcdfbd6d330aa9d24dddd1b8c45042797eac3b19ae886521837abed9d568bc98541be4de5b1105dc46e4a74f428be4eebd1af98cfe4c2fdd0116aec3 SHA512 07616fc1472713ff94842cdf10f1369bd4e8e580189e3f2c1b6d88be54f5eec2465fcad09a51384e87f21f731da9c0040778aed6afe55334e6ef9b5375d61ca4
|
||||
MISC metadata.xml 375 BLAKE2B 0e17295bc717faa2c62e87107f7d32b98ec5f074797082372157be7c599c07f9d94dea3700b416f705353a0dec0ca939f2c09e3235b56fda91083f02c4c20e1d SHA512 82b65350081eb179412dadfaff77422ac74b94fb258c97af817a53f340c9f4d631d289e553109721e88a0477bab0ba661e2b5a12b9f185b99daa5e89f4ac08db
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v3.0
|
||||
|
||||
EAPI=6
|
||||
@@ -16,7 +16,17 @@ SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
RDEPEND="dev-python/coverage[${PYTHON_USEDEP}]
|
||||
dev-python/coveralls[${PYTHON_USEDEP}]
|
||||
>=dev-python/pip-18.0[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/recommonmark[${PYTHON_USEDEP}]
|
||||
dev-python/Sphinx[${PYTHON_USEDEP}]
|
||||
=dev-python/sphinx-readable-theme-1.3.0[${PYTHON_USEDEP}]
|
||||
dev-python/tox[${PYTHON_USEDEP}]
|
||||
dev-python/tox-travis[${PYTHON_USEDEP}]
|
||||
dev-python/virutalenv[${PYTHON_USEDEP}]
|
||||
dev-python/twine[${PYTHON_USEDEP}]"
|
||||
DEPEND="${REDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
|
||||
Reference in New Issue
Block a user