summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pywinrm/files/pywinrm-0.4.2_test-installation.patch')
-rw-r--r--dev-python/pywinrm/files/pywinrm-0.4.2_test-installation.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-python/pywinrm/files/pywinrm-0.4.2_test-installation.patch b/dev-python/pywinrm/files/pywinrm-0.4.2_test-installation.patch
deleted file mode 100644
index d7f38f7163dd..000000000000
--- a/dev-python/pywinrm/files/pywinrm-0.4.2_test-installation.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/setup.py
-+++ b/setup.py
-@@ -21,7 +21,7 @@
- author_email='alexey.diyan@gmail.com',
- url='http://github.com/diyan/pywinrm/',
- license='MIT license',
-- packages=find_packages(),
-+ packages=find_packages(exclude=('winrm.tests',)),
- package_data={'winrm.tests': ['*.ps1']},
- install_requires=['xmltodict', 'requests>=2.9.1', 'requests_ntlm>=0.3.0', 'six'],
- extras_require={