dev-python/beziers: new version

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-03-17 09:27:26 +01:00
parent 55e3900df1
commit 29c3437f36
2 changed files with 13 additions and 0 deletions

View File

@@ -29,4 +29,6 @@ BDEPEND="
)
"
PATCHES=( "${FILESDIR}/${P}-no-install-tests.patch" )
distutils_enable_tests pytest

View File

@@ -0,0 +1,11 @@
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@
"Development Status :: 4 - Beta"
],
- 'packages': find_packages(),
+ 'packages': find_packages(exclude=["test", "test.*"]),
}
if __name__ == '__main__':