Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Add patch to not use strict dependency on python-six.
· c7342209
Bas Couwenberg
authored
Apr 02, 2018
c7342209
Set distribution to unstable.
· 0b5368fb
Bas Couwenberg
authored
Apr 02, 2018
0b5368fb
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
0b5368fb
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.
...
...
debian/patches/0007-python-six-dependency.patch
0 → 100644
View file @
0b5368fb
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
debian/patches/series
View file @
0b5368fb
...
...
@@ -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