[Python-modules-commits] [txwinrm] 01/05: Upstream calls pykerberos kerberos, we want the default name

Christopher Stuart Hoskin mans0954 at moszumanska.debian.org
Sat Feb 25 13:32:06 UTC 2017


This is an automated email from the git hooks/post-receive script.

mans0954 pushed a commit to branch master
in repository txwinrm.

commit a9567d65d183976976e03157150edfef5c262aa9
Author: Christopher Hoskin <christopher.hoskin at gmail.com>
Date:   Fri Jul 29 21:43:39 2016 +0100

    Upstream calls pykerberos kerberos, we want the default name
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index c261752..74f5501 100755
--- a/setup.py
+++ b/setup.py
@@ -29,7 +29,7 @@ setup_kwargs = dict(
 
 try:
     from setuptools import setup
-    setup_kwargs['install_requires'] = ['twisted', 'kerberos', 'pyOpenSSL']
+    setup_kwargs['install_requires'] = ['twisted', 'pykerberos', 'pyOpenSSL']
     try:
         import argparse
         if False:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/txwinrm.git



More information about the Python-modules-commits mailing list