From ea6ac7e389f8b56378eade3caf0b3816d1576a310b2b23c3fc28b8554589f3f0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 28 Oct 2024 10:22:31 +0000 Subject: [PATCH] Accepting request 1218696 from home:StefanBruens:branches:devel:languages:python - Add python-packaging to Requires, as stated in pyproject.toml. OBS-URL: https://build.opensuse.org/request/show/1218696 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-marshmallow?expand=0&rev=54 --- python-marshmallow.changes | 5 +++++ python-marshmallow.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-marshmallow.changes b/python-marshmallow.changes index a9fa9a1..27e3f1f 100644 --- a/python-marshmallow.changes +++ b/python-marshmallow.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Oct 27 22:54:09 UTC 2024 - Stefan BrĂ¼ns + +- Add python-packaging to Requires, as stated in pyproject.toml. + ------------------------------------------------------------------- Tue Mar 26 12:35:03 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-marshmallow.spec b/python-marshmallow.spec index 43f59a5..11e4510 100644 --- a/python-marshmallow.spec +++ b/python-marshmallow.spec @@ -34,6 +34,7 @@ BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-packaging >= 17.0 Suggests: %{name}-doc Suggests: python-python-dateutil Suggests: python-simplejson