public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-py] pr7: Fix: python3 dependencies.
@ 2026-08-01 11:42 Thomas Moschny
0 siblings, 0 replies; only message in thread
From: Thomas Moschny @ 2026-08-01 11:42 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-py
Branch : pr7
Commit : 5d7776d04765714de5d41f607d99e73493b3f63c
Author : Thomas Moschny <thm@fedoraproject.org>
Date : 2011-09-03T15:46:20+02:00
Stats : +6/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-py/c/5d7776d04765714de5d41f607d99e73493b3f63c?branch=pr7
Log:
Fix: python3 dependencies.
---
diff --git a/python-py.spec b/python-py.spec
index 2d6d16b..9032a23 100644
--- a/python-py.spec
+++ b/python-py.spec
@@ -11,7 +11,7 @@
Name: python-py
Version: 1.4.5
-Release: 2%{?prerelease:.%{prerelease}}%{?dist}
+Release: 3%{?prerelease:.%{prerelease}}%{?dist}
Summary: Library with cross-python path, ini-parsing, io, code, log facilities
Group: Development/Languages
License: MIT and Public Domain
@@ -32,7 +32,6 @@ BuildRequires: pytest >= 2.1.1
%if 0%{?with_python3}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
-Requires: python3-setuptools
%if 0%{?run_check}
BuildRequires: python3-pytest >= 2.1.1
%endif # run_check
@@ -55,6 +54,8 @@ following tools and modules:
%if 0%{?with_python3}
%package -n python3-py
Summary: Library with cross-python path, ini-parsing, io, code, log facilities
+Requires: python3-setuptools
+
%description -n python3-py
The py lib is a Python development support library featuring the
following tools and modules:
@@ -143,6 +144,9 @@ rm -rf %{buildroot}
%changelog
+* Sat Sep 3 2011 Thomas Moschny <thomas.moschny@gmx.de> - 1.4.5-3
+- Fix: python3 dependencies.
+
* Tue Aug 30 2011 Thomas Moschny <thomas.moschny@gmx.de> - 1.4.5-2
- Re-enable doc building and testsuite.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-01 11:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-01 11:42 [rpms/python-py] pr7: Fix: python3 dependencies Thomas Moschny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox