public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/python-jsonschema] 2488367: make 2.3.0 build compat with el6
Date: Mon, 15 Jun 2026 07:29:20 GMT	[thread overview]
Message-ID: <178150856051.1.9518428141225167467.rpms-python-jsonschema-a55b1a2d8f85@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/python-jsonschema
Branch : 2488367
Commit : a55b1a2d8f85354d98f87fdbe9517dbe5e832212
Author : Pádraig Brady <P@draigBrady.com>
Date   : 2014-03-10T19:59:25+00:00
Stats  : +6/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/python-jsonschema/c/a55b1a2d8f85354d98f87fdbe9517dbe5e832212?branch=2488367

Log:
make 2.3.0 build compat with el6

---
diff --git a/python-jsonschema.spec b/python-jsonschema.spec
index 110392c..1fa2071 100644
--- a/python-jsonschema.spec
+++ b/python-jsonschema.spec
@@ -16,6 +16,11 @@ License:        MIT
 URL:            http://pypi.python.org/pypi/jsonschema
 Source0:        http://pypi.python.org/packages/source/j/jsonschema/%{pypi_name}-%{version}.tar.gz
 BuildArch:      noarch
+
+%if %{?rhel}%{!?rhel:0} == 6
+BuildRequires:  python-unittest2
+BuildRequires:  python-argparse
+%endif
 BuildRequires:  python2-devel
 BuildRequires:  python-nose
 BuildRequires:  python-mock
@@ -69,7 +74,7 @@ pushd %{py3dir}
     %{_bindir}/nosetests-3* -v
 popd
 %endif
-%{_bindir}/nosetests-2* -v
+%{_bindir}/nosetests -v
 
 %files
 %doc README.rst COPYING

                 reply	other threads:[~2026-06-15  7:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178150856051.1.9518428141225167467.rpms-python-jsonschema-a55b1a2d8f85@fedoraproject.org \
    --to=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox