1
0

Accepting request 1056061 from home:bnavigator:branches:devel:languages:python

- Really don't require six
- Move to PEP517 build

OBS-URL: https://build.opensuse.org/request/show/1056061
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-multipart?expand=0&rev=8
This commit is contained in:
2023-01-04 21:24:36 +00:00
committed by Git OBS Bridge
parent 073e6564af
commit 11e39966d9
3 changed files with 24 additions and 6 deletions

View File

@@ -125,3 +125,15 @@ Index: python-multipart-0.0.5/multipart/exceptions.py
Base64Error = binascii.Error
-else: # pragma: no cover
- Base64Error = TypeError
Index: python-multipart-0.0.5/setup.py
===================================================================
--- python-multipart-0.0.5.orig/setup.py
+++ python-multipart-0.0.5/setup.py
@@ -25,7 +25,6 @@ setup(name='python-multipart',
platforms='any',
zip_safe=False,
install_requires=[
- 'six>=1.4.0',
],
tests_require=[
'pytest',