Depend on "zeroconf" from "contrib-pysite"

This commit is contained in:
Ivan Kravets
2017-12-19 14:47:31 +02:00
parent 0c3f2b54ed
commit a6c1869eb2
4 changed files with 8 additions and 26 deletions

View File

@ -227,10 +227,3 @@ class CygwinEnvDetected(PlatformioException):
MESSAGE = "PlatformIO does not work within Cygwin environment. "\
"Use native Terminal instead."
class ZeroconfIsNotInstalled(PlatformioException):
MESSAGE = "Python multicast DNS service discovery library has not been "\
"installed automatically. Please open terminal and run \n"\
"> pip install zeroconf"