commit:     593ccfea63564e16fff50f7352c5379f35c86e54
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 13 11:28:57 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sun Jun 13 12:08:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=593ccfea

dev-python/pywinrm: do not prevent installation of tests

Having discussed this with mgorny, if upstream installs these it is the
right thing for us to do the same.

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 .../pywinrm/files/pywinrm-0.4.2_test-installation.patch       | 11 -----------
 dev-python/pywinrm/pywinrm-0.4.2.ebuild                       |  4 ----
 2 files changed, 15 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 d7f38f7163d..00000000000
--- 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.di...@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={

diff --git a/dev-python/pywinrm/pywinrm-0.4.2.ebuild 
b/dev-python/pywinrm/pywinrm-0.4.2.ebuild
index 663e5dac16a..d5323322e7b 100644
--- a/dev-python/pywinrm/pywinrm-0.4.2.ebuild
+++ b/dev-python/pywinrm/pywinrm-0.4.2.ebuild
@@ -26,8 +26,4 @@ RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
        )"
 BDEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"
 
-PATCHES=(
-       "${FILESDIR}"/${PN}-0.4.2_test-installation.patch
-)
-
 distutils_enable_tests pytest

Reply via email to