diff options
| author | William Hubbs <williamh@gentoo.org> | 2022-07-14 18:15:41 -0500 |
|---|---|---|
| committer | William Hubbs <williamh@gentoo.org> | 2022-07-14 18:18:07 -0500 |
| commit | 9230ffaa2d4d96d0626cfd18c415fa79599158d0 (patch) | |
| tree | f79c634f21de4724108ffd7f5850cd35af82baf5 /dev-vcs/python-gitlab/files/python-gitlab-2.10.1-do-not-package-tests.patch | |
| parent | e2ab799c35e52cbc71e32b3bb63f46aed1526052 (diff) | |
| download | gentoo-9230ffaa2d4d96d0626cfd18c415fa79599158d0.tar.gz gentoo-9230ffaa2d4d96d0626cfd18c415fa79599158d0.tar.bz2 gentoo-9230ffaa2d4d96d0626cfd18c415fa79599158d0.zip | |
dev-vcs/python-gitlab: drop 2.5.0, 2.6.0, 2.10.1
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'dev-vcs/python-gitlab/files/python-gitlab-2.10.1-do-not-package-tests.patch')
| -rw-r--r-- | dev-vcs/python-gitlab/files/python-gitlab-2.10.1-do-not-package-tests.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-vcs/python-gitlab/files/python-gitlab-2.10.1-do-not-package-tests.patch b/dev-vcs/python-gitlab/files/python-gitlab-2.10.1-do-not-package-tests.patch deleted file mode 100644 index f1f0c6ca8d3d..000000000000 --- a/dev-vcs/python-gitlab/files/python-gitlab-2.10.1-do-not-package-tests.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 969dccc084e833331fcd26c2a12ddaf448575ab4 Mon Sep 17 00:00:00 2001 -From: Nejc Habjan <hab.nejc@gmail.com> -Date: Fri, 3 Sep 2021 00:28:18 +0200 -Subject: [PATCH] fix(build): do not package tests in wheel - ---- - setup.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/setup.py b/setup.py -index 6a05a72..589f9a4 100644 ---- a/setup.py -+++ b/setup.py -@@ -24,7 +24,7 @@ setup( - author_email="gauvain@pocentek.net", - license="LGPLv3", - url="https://github.com/python-gitlab/python-gitlab", -- packages=find_packages(), -+ packages=find_packages(exclude=["tests*"]), - install_requires=["requests>=2.25.0", "requests-toolbelt>=0.9.1"], - package_data={ - "gitlab": ["py.typed"], --- -2.32.0 - |
