From 800b64e2e6ce0ecdf6b14ab06cc06a3ea5dd290c76a0f17d160fcc2522c0c979 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 13 Jul 2022 15:41:54 +0000 Subject: [PATCH] Accepting request 989011 from home:bnavigator:branches:devel:languages:python - Remove pytest-randomly from requirements for easier inclusion into Ring1 OBS-URL: https://build.opensuse.org/request/show/989011 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomli-w?expand=0&rev=4 --- python-tomli-w.changes | 6 ++++++ python-tomli-w.spec | 4 +--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/python-tomli-w.changes b/python-tomli-w.changes index 9a3965a..7877dbf 100644 --- a/python-tomli-w.changes +++ b/python-tomli-w.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jul 13 14:15:14 UTC 2022 - Ben Greiner + +- Remove pytest-randomly from requirements for easier inclusion + into Ring1 + ------------------------------------------------------------------- Fri Feb 25 11:48:21 UTC 2022 - Ferdinand Thiessen diff --git a/python-tomli-w.spec b/python-tomli-w.spec index ea293d6..6ffff98 100644 --- a/python-tomli-w.spec +++ b/python-tomli-w.spec @@ -16,8 +16,6 @@ # -%{?!python_module:%define python_module() python3-%{**}} -%define skip_python2 1 Name: python-tomli-w Version: 1.0.0 Release: 0 @@ -26,9 +24,9 @@ License: MIT URL: https://github.com/hukkin/tomli-w # prefer github archive over pypi sdist for pacakged tests Source: https://github.com/hukkin/tomli-w/archive/refs/tags/%{version}.tar.gz#/tomli-w-%{version}-gh.tar.gz +BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module flit-core} BuildRequires: %{python_module pip} -BuildRequires: %{python_module pytest-randomly} BuildRequires: %{python_module pytest} BuildRequires: %{python_module tomli} BuildRequires: fdupes