From f459c5b01a9f08ecb080a3e68cd776f8b9ebe1f1 Mon Sep 17 00:00:00 2001 From: hexiaowen Date: Thu, 7 May 2020 15:44:07 +0800 Subject: [PATCH] src-openeuler: add python-pyroute2 and mock to dev-utils --- repository/src-openeuler.yaml | 12 ++++++++++++ sig/sigs.yaml | 2 ++ 2 files changed, 14 insertions(+) diff --git a/repository/src-openeuler.yaml b/repository/src-openeuler.yaml index 834900183..bbf3ebfd7 100644 --- a/repository/src-openeuler.yaml +++ b/repository/src-openeuler.yaml @@ -6422,6 +6422,12 @@ repositories: protected_branches: - master type: public +- name: mock + description: "Builds packages inside chroots" + upstream: "https://github.com/rpm-software-management/mock" + protected_branches: + - master + type: public - name: mockito description: "Mockito is a mocking framework that tastes really good. It lets you write beautiful tests with clean & simple API. Mockito doesn't give you hangover because the tests are very readable and they produce clean verification errors." protected_branches: @@ -10322,6 +10328,12 @@ repositories: protected_branches: - master type: public +- name: python-pyroute2 + description: "Pure Python netlink library" + upstream: "https://github.com/svinota/pyroute2" + protected_branches: + - master + type: public - name: python-pyside description: "PySide - python bindings for Qt." protected_branches: diff --git a/sig/sigs.yaml b/sig/sigs.yaml index 14caa59e4..8e6b0f0b0 100644 --- a/sig/sigs.yaml +++ b/sig/sigs.yaml @@ -2801,6 +2801,8 @@ sigs: - src-openeuler/atop - src-openeuler/bcc - src-openeuler/bpftrace + - src-openeuler/mock + - src-openeuler/python-pyroute2 - src-openeuler/libbpf - name: sig-mate-desktop repositories: -- Gitee