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

Christopher Stuart Hoskin mans0954 at moszumanska.debian.org
Fri Oct 27 20:01:22 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 b89968cbc6d9f579e40575c95a019db4421ca3a8
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 d18113d..5cb59ed 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