This is the mail archive of the cygwin-apps-cvs mailing list for the cygwin-apps project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[calm - Cygwin server-side packaging maintenance script] branch master, updated. 20160629-1-ga936f93




https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/calm.git;h=a936f9396846da0c836135b473ac3f8daba2dac0

commit a936f9396846da0c836135b473ac3f8daba2dac0
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Tue Jul 5 12:58:11 2016 +0100

    Don't import dirq unless we actually need it
    
    Don't import dirq unless we actually need it, i.e. if the experimental
    option --queuedir is used.
    
    Also remove dirq from setuptools requires


Diff:
---
 setup.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/setup.py b/setup.py
index 9f7f513..80af272 100644
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,6 @@ setup(
     author_email='jon.turney@dronecode.org.uk',
     license='MIT',
     packages=['calm'],
-    install_requires=['dirq'],
     entry_points= {
         'console_scripts': [
             'calm = calm.calm:main',


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]