pyyaml was missing from listed dependencies

Tue, 23 Jan 2018 10:44:50 +0000

author
Tuomo Valkonen <tuomov@iki.fi>
date
Tue, 23 Jan 2018 10:44:50 +0000
changeset 56
d63f6e9a4633
parent 54
cfcaa5f6ba33
child 57
121aa89fe670

pyyaml was missing from listed dependencies

README.md file | annotate | diff | comparison | revisions
setup.py file | annotate | diff | comparison | revisions
--- a/README.md	Mon Jan 22 22:23:01 2018 +0000
+++ b/README.md	Tue Jan 23 10:44:50 2018 +0000
@@ -10,6 +10,7 @@
 You will need to install the following non-standard Python packages:
 
  - [keyring](https://pypi.python.org/pypi/keyring) to extract passphrases from the keychain
+ - [pyyaml](http://pyyaml.org/) for parse configuration files
 
 The use the tray icon on Mac OS, you will need:
 
--- a/setup.py	Mon Jan 22 22:23:01 2018 +0000
+++ b/setup.py	Tue Jan 23 10:44:50 2018 +0000
@@ -7,7 +7,7 @@
     'plist': {
         'LSUIElement': True,
     },
-    'packages': ['rumps', 'keyring'], #, 'xdg'],
+    'packages': ['rumps', 'keyring', 'pyyaml', 'xdg'],
 }
 
 setup(

mercurial