dev-python/compreffor: add 0.5.1_p1

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-03-12 02:06:33 +01:00
parent 537a899d0d
commit 18acb5391f
3 changed files with 53 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
--- a/setup.py
+++ b/setup.py
@@ -152,7 +152,7 @@
'build_ext': custom_build_ext,
},
setup_requires=(
- ["setuptools_scm", "setuptools_git_ls_files"] + pytest_runner + wheel
+ ["setuptools_scm"] + wheel
),
tests_require=[
'pytest>=2.8',