Merge remote-tracking branch 'kapsh/supervisor'
This commit is contained in:
commit
17395d0216
@ -2,7 +2,7 @@
|
|||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
require openrc-service [ openrc_confd_files=[ "${FILES}"/openrc/confd ] ]
|
require openrc-service [ openrc_confd_files=[ "${FILES}"/openrc/confd ] ]
|
||||||
require setup-py [ import=setuptools blacklist="3" ]
|
require setup-py [ import=setuptools test=pytest ]
|
||||||
require pypi
|
require pypi
|
||||||
|
|
||||||
SUMMARY="A system for controlling process state under UNIX"
|
SUMMARY="A system for controlling process state under UNIX"
|
||||||
@ -17,7 +17,8 @@ DEPENDENCIES="
|
|||||||
run:
|
run:
|
||||||
dev-python/meld3[python_abis:*(-)?]
|
dev-python/meld3[python_abis:*(-)?]
|
||||||
test:
|
test:
|
||||||
dev-python/mock[python_abis:*(-)?]
|
dev-python/pexpect[python_abis:*(-)?]
|
||||||
|
python_abis:2.7? ( dev-python/mock[python_abis:2.7] )
|
||||||
"
|
"
|
||||||
|
|
||||||
RESTRICT="test" # sydbox violations
|
RESTRICT="test" # sydbox violations
|
Loading…
Reference in New Issue
Block a user