Skip to content
Commits on Source (2)
pycsw (2.2.0+dfsg-2) unstable; urgency=medium
* Team upload.
* Add patch to not use strict dependency on python-six.
-- Bas Couwenberg <sebastic@debian.org> Mon, 02 Apr 2018 17:35:25 +0200
pycsw (2.2.0+dfsg-1) unstable; urgency=medium
* Team upload.
......
Description: Don't require exact version of python-six.
Causes strict dependency: python-six (= 1.10.0)
Author: Bas Couwenberg <sebastic@debian.org>
Forwarded: not-needed
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,5 +3,5 @@ lxml==3.6.2
OWSLib==0.16.0
pyproj==1.9.5.1
Shapely==1.5.17
-six==1.10.0
+six>=1.10.0
xmltodict==0.10.2
......@@ -2,3 +2,4 @@
0002-Remove-externally-linked-files.patch
0004-Use-xdg-open-instead-of-firefox-in-desktop-file.patch
0006-Don-t-include-external-references-to-images.patch
0007-python-six-dependency.patch