python-ntlm-auth/ntlm-auth-epel-setuptools.patch

17 lines
421 B
Diff
Raw Normal View History

2021-05-18 19:23:10 +08:00
diff --git a/setup.py b/setup.py
index eda4811..3ccbe40 100644
--- a/setup.py
+++ b/setup.py
@@ -16,11 +16,6 @@ setup(
version='1.1.0',
packages=['ntlm_auth'],
install_requires=[],
- extras_require={
- ':python_version<"2.7"': [
- 'ordereddict'
- ]
- },
author='Jordan Borean',
author_email='jborean93@gmail.com',
url='https://github.com/jborean93/ntlm-auth',