From 9b6e430ab6e9aa745f182036b7360633719968c2 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 31 Jan 2025 15:08:46 +0000 Subject: [PATCH] Add .gitignore and .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 1 + python-breathe.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index d5b8b48..dd7cf08 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -13,4 +13,5 @@ jobs: with: CI_DEPLOY: ${{ secrets.CI_DEPLOY }} PUBLICATOR: ${{ secrets.PUBLICATOR }} + REPO_DEPLOY: ${{ secrets.REPO_DEPLOY }} diff --git a/python-breathe.spec b/python-breathe.spec index 581428d..b12732c 100644 --- a/python-breathe.spec +++ b/python-breathe.spec @@ -15,6 +15,7 @@ BuildRequires: python3-sphinx BuildRequires: python3-docutils BuildRequires: python3-pytest BuildRequires: python3-nose +BuildRequires: python3egg(sphinx) >= 3.0 # NOTE: git is only needed because part of the build process checks if it's in a git repo BuildRequires: git-core BuildArch: noarch