Fix package checks
Signed-off-by: W. Michael Petullo <mike@flyn.org>
This commit is contained in:
parent
ce2905f7c7
commit
57573ca4e6
2 changed files with 3 additions and 3 deletions
|
|
@ -1,12 +1,12 @@
|
|||
diff -u --recursive academic-file-converter-vanilla/pyproject.toml academic-file-converter/pyproject.toml
|
||||
--- academic-file-converter-vanilla/pyproject.toml 2025-06-18 13:14:28.847064863 -0500
|
||||
+++ academic-file-converter/pyproject.toml 2025-06-18 13:40:08.478215394 -0500
|
||||
+++ academic-file-converter/pyproject.toml 2025-06-18 15:35:16.337538039 -0500
|
||||
@@ -29,7 +29,7 @@
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.11.5"
|
||||
bibtexparser = "~1.4"
|
||||
-"ruamel.yaml" = "~0.17"
|
||||
+"ruamel.yaml" = ">=0.18"
|
||||
+"ruamel.yaml" = ">=0.17"
|
||||
nbconvert = "^7.10.0"
|
||||
pyyaml = "^6.0.1"
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ An admin tool for the Academic website builder.}
|
|||
%autosetup -p1 -n %{srcname}-%{version}
|
||||
|
||||
%generate_buildrequires
|
||||
%pyproject_buildrequires -t
|
||||
%pyproject_buildrequires
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue