mirror of
https://github.com/openwrt/packages.git
synced 2025-12-20 17:41:20 +00:00
python-zope-interface: Update to 6.1, refresh patch
This also updates the list of dependencies and adds a test.sh script for the packages feed CI. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
committed by
Josef Schlehofer
parent
af7a15c905
commit
7e8f7b28d7
@@ -1,6 +1,6 @@
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -124,7 +124,7 @@ setup(name='zope.interface',
|
||||
@@ -125,7 +125,7 @@ setup(name='zope.interface',
|
||||
"Framework :: Zope :: 3",
|
||||
"Topic :: Software Development :: Libraries :: Python Modules",
|
||||
],
|
||||
@@ -9,7 +9,7 @@
|
||||
package_dir={'': 'src'},
|
||||
namespace_packages=["zope"],
|
||||
cmdclass={
|
||||
@@ -132,6 +132,7 @@ setup(name='zope.interface',
|
||||
@@ -133,6 +133,7 @@ setup(name='zope.interface',
|
||||
},
|
||||
test_suite='zope.interface.tests',
|
||||
include_package_data=True,
|
||||
|
||||
Reference in New Issue
Block a user