Runtime BR's are implicitly required

This commit is contained in:
Karolina Surma
2021-09-13 08:20:12 +02:00
parent dbca600ac1
commit 5a67bce75e
10 changed files with 9 additions and 22 deletions
@@ -45,8 +45,6 @@ Summary: %{summary}
%files -n python3-aionotion -f %{pyproject_files}
%doc README.md
%license LICENSE
%changelog
@@ -29,7 +29,7 @@ Summary: %{summary}
%generate_buildrequires
%pyproject_buildrequires -r -x test
%pyproject_buildrequires -x test
%build
@@ -36,7 +36,7 @@ Summary: %{summary}
%generate_buildrequires
%pyproject_buildrequires
%pyproject_buildrequires -r
%build
-1
View File
@@ -20,7 +20,6 @@ manual_build_requires = [
"python3dist(pytest-cov)",
]
extra_build_requires = ["runtime"]
test_method = "pytest"
license_files = ["LICENSE"]
doc_files = ["AUTHORS.md", "README.md"]
@@ -11,11 +11,5 @@ archive_name = "aionotion"
description = '''
A asyncio-friendly library for Notion Home Monitoring devices.
'''
extra_build_requires = ["runtime"]
license_files = ["LICENSE"]
doc_files = ["README.md"]
changelog_head = "Fri Jun 04 2021 Package Manager <package@manager.com>"
changelog_msg = "Rebuilt for Python 3.10"
@@ -18,8 +18,6 @@ manual_build_requires = [
"python3dist(pytest)",
]
extra_build_requires = ["runtime"]
test_method = "pytest"
license_files = ["LICENSE"]
doc_files = ["README.md"]
+1 -1
View File
@@ -15,7 +15,7 @@ It's the "Command Line Interface Creation Kit". It's highly configurable but\
comes with good defaults out of the box.
'''
extra_build_requires = ["test"]
extra_build_requires = ["tox"]
test_method = "tox"
license_files = ["LICENSE.rst"]
@@ -13,7 +13,7 @@ This package contains utilities for making Python packages with and without
accompanying JavaScript packages.
'''
extra_build_requires = ["runtime", "extra"]
extra_build_requires = ["extra"]
extra_test_env = ["test"]
test_method = "pytest"
-1
View File
@@ -18,7 +18,6 @@ manual_build_requires = [
"python3-dateutil",
]
extra_build_requires = ["runtime"]
test_method = "pytest"
license_files = ["LICENSE"]