Skip to content

Commit

Permalink
replaced pbs by sh
Browse files Browse the repository at this point in the history
  • Loading branch information
boisgera committed Mar 3, 2014
1 parent 870c462 commit a6f58af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -53,7 +53,7 @@ def get_info(module):
sys.path.insert(0, "."); import zeroconf
info = get_info(zeroconf)

info["requires"] = ["pbs"]
info["requires"] = ["sh"]

distutils.core.setup(**info)

4 changes: 2 additions & 2 deletions zeroconf.py
Expand Up @@ -8,7 +8,7 @@
__author__ = u"Sébastien Boisgérault <Sebastien.Boisgerault@mines-paristech.fr>"
__license__ = "MIT License"
__url__ = "https://github.com/boisgera/zeroconf"
__version__ = "1.0.0"
__version__ = "2.0.0"

# Python 2.7 Standard Library
import atexit
Expand All @@ -20,7 +20,7 @@

if sys.platform.startswith("linux"):
# Third-Party Libraries
import pbs as host
import sh as host
if not host.which("avahi-browse"):
raise ImportError("unable to find avahi command-line tools")
elif sys.platform.startswith("win"):
Expand Down

0 comments on commit a6f58af

Please sign in to comment.