[Python-modules-commits] [txwinrm] 02/09: Upstream calls pykerberos kerberos, we want the default name
Christopher Stuart Hoskin
mans0954 at moszumanska.debian.org
Mon Jun 26 01:47:00 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 6cfcd1856b5d1ecb511771601ea2ef4ab1035802
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 28b475e..9ee7008 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