format patches

This commit is contained in:
luoyaoming 2024-05-07 09:37:37 +08:00
parent 933cbc2861
commit f05abbed58
1 changed files with 10 additions and 6 deletions

View File

@ -1,15 +1,19 @@
From 6bb916e353ee49059e3d0830838d320013f7c80f Mon Sep 17 00:00:00 2001
From: Barry Warsaw <barry@python.org>
Date: Wed, 3 Aug 2016 10:27:23 -0400
Subject: Add tests package so nose will find them.
From 6bb916e353ee49059e3d0830838d320013f7c80f Mon Sep 17 00:00:00 2001
Patch-Name: add-voluptuous-tests.patch
Last-Update: 2024-02-23
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: voluptuous/setup.py
===================================================================
--- voluptuous.orig/setup.py
+++ voluptuous/setup.py
@@ -21,7 +21,7 @@
diff --git a/setup.py b/setup.py
index 5e99df6..286b0d1 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ setup(
long_description_content_type='text/markdown',
license='BSD-3-Clause',
platforms=['any'],