]> git.pld-linux.org Git - packages/python-psycopg2.git/commitdiff
- better explanation why not to require nor suggest mx.DateTime
authorwrobell <wrobell@pld-linux.org>
Fri, 23 Jan 2009 20:21:27 +0000 (20:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python-psycopg2.spec -> 1.66

python-psycopg2.spec

index a5478cb80c544bd49b46c519efa574bb98809757..28bc75ad07687e6aaaaa11955634496441816b29 100644 (file)
@@ -26,9 +26,12 @@ Requires:    postgresql-libs
 BuildRequires: python-mx-DateTime-devel
 Requires:      python-mx-DateTime
 %else
-# allow mx.DateTime to be optional
-# don't use Suggest - it is rare to use mx.DateTime; python provides its
-# own datetime implementation, now
+# if somebody really needs mx.DateTime, then one can request mx.Datetime
+# usage on runtime;
+# it is pointless to use 'Requires' or 'Suggest' field because
+# - python provides its own datetime implementation
+# - one can request it on runtime (as said above)
+# - usage of mx.DateTime type is application specific
 BuildConflicts:   python-mx-DateTime
 %endif
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
This page took 0.141569 seconds and 4 git commands to generate.