forked from pool/python-python-multipart
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:
@@ -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',
|
||||
|
Reference in New Issue
Block a user