mirror of
https://github.com/openwrt/packages.git
synced 2025-12-20 01:21:21 +00:00
python-parsley: add python3 variant
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
11
lang/python/python-parsley/patches/002-omit-tests.patch
Normal file
11
lang/python/python-parsley/patches/002-omit-tests.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -15,7 +15,6 @@ setup(
|
||||
author_email="washort42@gmail.com",
|
||||
license="MIT License",
|
||||
long_description=io.open("README", encoding="utf-8").read(),
|
||||
- packages=["ometa", "terml", "ometa._generated", "terml._generated",
|
||||
- "ometa.test", "terml.test"],
|
||||
+ packages=["ometa", "terml", "ometa._generated", "terml._generated"],
|
||||
py_modules=["parsley"]
|
||||
)
|
||||
Reference in New Issue
Block a user