add requests to RDEPS of pyAtome-0.1.1
This commit is contained in:
parent
f5def4372a
commit
c79711e2f3
@ -4,6 +4,7 @@
|
||||
* add pyRFXtrx-0.24.0
|
||||
* bump pytest-5.3.0
|
||||
* rename unused home-assistant-frontend-20191119.0 to current home-assistant-frontend-20191119.1
|
||||
* add requests to RDEPS of pyAtome-0.1.1
|
||||
|
||||
2019-11-18 homeassistant-0.102.0_beta2
|
||||
* update pyatmo-3.0.1
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
DIST pyAtome-0.1.1.tar.gz 4495 BLAKE2B 22f43e62054bbc859110508337ebb27ea3aa4401bded1ba1481abd3270452ecb940745d9d188c598aa21732f2cc845db219434bd0d0eb9635a512b313dcf42cf SHA512 d6429be278c59f88aca56b5d714ef015c07a036e7e606c127c00b5e63b95b6fbf84bfb87583972457c4676a2e252ba03a59fe9fa3e757ac7d114930cbc01a51a
|
||||
EBUILD pyAtome-0.1.1.ebuild 679 BLAKE2B 622e3d5acfcdefd347f249af9c7a2cc83fc2a6dcee2dca44662b22427164ef18b9a632f94f7cac994f8588addc25a2b8cadf81e421b8a5867419132e604cb907 SHA512 9fd9810b2aa557758a029de6dede62e76dccac094de389d755179839162a64da56b2a06dbbadcbd8cd49fc789a3b497284b7b39a26f905a0316cc602484b0df0
|
||||
EBUILD pyAtome-0.1.1.ebuild 714 BLAKE2B 5884560da6c2409342141ec3c63c4b14172547dbd9fd66d50b37fa6dfe37e3e8a73da761ca1e469f1c182796adff4a2789f72998cd93e376eb1f7e13313bfd20 SHA512 6ec7395312ab194aca25f081daf9ae1e8b004c0fe4dc79928690d5883bf1952303fd68c70a46d0826337a04690d2392323f335106f21c8fc8fae6feb008dfa9a
|
||||
MISC metadata.xml 465 BLAKE2B 4f29d8067b0f9a5c6ecca30d355607d78223673d3d7da702bcc465cb3c467c5993ceb65ac9477bf3ad43871eda0a2be7741334ee37c9889f6afc99e2879271cd SHA512 635369c42a4cd5bda7883a8e9a24909ca6bea052cf1d0da0adbe2b5f7a39c39a271b2b9f2dfbd4569a784669bf0c56972e2db2a1df4bac53a7a695804e408b09
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@ -16,7 +16,7 @@ SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
|
||||
DEPEND="${REDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user