r46953 - requirements
hawkowl-TA+aISz0psMTMxyoc4vAAJOcrHinNvQL0E9HWUfgJXw@public.gmane.org
| Newsgroups | gmane.comp.python.twisted.commits |
|---|---|
| Message-ID | <[email protected]> |
Author: hawkowl
Date: Wed Mar 9 00:41:11 2016
New Revision: 46953
Modified:
branches/manhole-hardcodedkey-8229/twisted/python/dist.py
branches/manhole-hardcodedkey-8229/twisted/python/test/test_dist.py
Log:
requirements
Modified: branches/manhole-hardcodedkey-8229/twisted/python/dist.py
==============================================================================
--- branches/manhole-hardcodedkey-8229/twisted/python/dist.py (original)
+++ branches/manhole-hardcodedkey-8229/twisted/python/dist.py Wed Mar 9 00:41:11 2016
@@ -75,6 +75,7 @@
conch=['gmpy',
'pyasn1',
'cryptography >= 0.9.1',
+ 'appdirs >= 1.4.0',
],
soap=['soappy'],
serial=['pyserial'],
Modified: branches/manhole-hardcodedkey-8229/twisted/python/test/test_dist.py
==============================================================================
--- branches/manhole-hardcodedkey-8229/twisted/python/test/test_dist.py (original)
+++ branches/manhole-hardcodedkey-8229/twisted/python/test/test_dist.py Wed Mar 9 00:41:11 2016
@@ -131,6 +131,7 @@
self.assertIn('gmpy', deps)
self.assertIn('pyasn1', deps)
self.assertIn('cryptography >= 0.9.1', deps)
+ self.assertIn('appdirs >= 1.4.0', deps)
def test_extrasRequiresSoapDeps(self):
@@ -170,6 +171,7 @@
self.assertIn('cryptography >= 0.9.1', deps)
self.assertIn('soappy', deps)
self.assertIn('pyserial', deps)
+ self.assertIn('appdirs >= 1.4.0', deps)
def test_extrasRequiresOsxPlatformDeps(self):