From bcebf730f6675fdc044b5b04cb01d5c686e32c7b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Tue, 29 Jun 2010 19:59:53 +0000 Subject: [PATCH] - fix without python3 build Changed files: python-SQLAlchemy.spec -> 1.30 --- python-SQLAlchemy.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-SQLAlchemy.spec b/python-SQLAlchemy.spec index c4489e3..f3a4941 100644 --- a/python-SQLAlchemy.spec +++ b/python-SQLAlchemy.spec @@ -120,7 +120,9 @@ rm -rf $RPM_BUILD_ROOT %{py_sitescriptdir}/sqlalchemy* %{_examplesdir}/%{name}-%{version} +%if %{with python3} %files -n python3-%{module} %defattr(644,root,root,755) %{py3_sitescriptdir}/SQLAlchemy* %{py3_sitescriptdir}/sqlalchemy* +%endif -- 2.43.0