# HG changeset patch # User Goffi # Date 1562740719 -7200 # Node ID 00e2bcf0d9dfccfc3e6e0e6de64337ce1ff522b9 # Parent fe8639e64c69b5bcd3266663beec0b174da050f5 install: set minimal version of sat to dev one: dev0 version is used as minimal one, so 0.6.x won't be used, but the repository version will match, avoiding trouble when repository version of Cagou is installed. diff -r fe8639e64c69 -r 00e2bcf0d9df setup.py --- a/setup.py Tue Jul 09 19:47:08 2019 +0200 +++ b/setup.py Wed Jul 10 08:38:39 2019 +0200 @@ -28,7 +28,7 @@ 'kivy>=1.10.0', 'pillow', 'plyer', - 'sat>=0.7.0b1.post1', + 'sat>=0.7.0dev0', ] with open(os.path.join(NAME, 'VERSION')) as f: