File: 0003-Do-not-install-tests-subpackages.patch

package info (click to toggle)
django-oauth-toolkit 1.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,320 kB
  • sloc: python: 8,962; makefile: 156; sh: 6
file content (18 lines) | stat: -rw-r--r-- 420 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
From: Michael Fladischer <fladi@debian.org>
Date: Sun, 30 Jan 2022 22:30:35 +0000
Subject: Do not install tests subpackages.

---
 setup.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index 4a8de45..b4487ef 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -38,4 +38,4 @@ install_requires =
 	jwcrypto >= 0.8.0
 
 [options.packages.find]
-exclude = tests
+exclude = tests, tests.*