]> git.pld-linux.org Git - packages/python-sqlalchemy.git/commitdiff
- fix without python3 build
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 29 Jun 2010 19:59:53 +0000 (19:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python-SQLAlchemy.spec -> 1.30

python-SQLAlchemy.spec

index c4489e331dd9b6c6d9acd503acc222c71edc8c73..f3a4941a374ad84f29f9841eb002cbf499e83c05 100644 (file)
@@ -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
This page took 0.072811 seconds and 4 git commands to generate.