diff options
Diffstat (limited to 'dev-python/flask-security/files/flask-security-4.0.0-test-install.patch')
| -rw-r--r-- | dev-python/flask-security/files/flask-security-4.0.0-test-install.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-python/flask-security/files/flask-security-4.0.0-test-install.patch b/dev-python/flask-security/files/flask-security-4.0.0-test-install.patch new file mode 100644 index 000000000000..8e78cf7b1116 --- /dev/null +++ b/dev-python/flask-security/files/flask-security-4.0.0-test-install.patch @@ -0,0 +1,25 @@ +From 09fb542d472c863495a88c9cd73d692d86e86c22 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org> +Date: Tue, 26 Jan 2021 10:50:08 +0100 +Subject: [PATCH] Do not install global-scope 'tests' package + +--- + setup.py | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/setup.py b/setup.py +index 1d832b7..7abc0f3 100755 +--- a/setup.py ++++ b/setup.py +@@ -19,7 +19,7 @@ install_requires = [ + "passlib>=1.7.2", + ] + +-packages = find_packages() ++packages = find_packages(exclude=['tests']) + + setup( + name="Flask-Security-Too", +-- +2.30.0 + |
