File: version-requirements.patch

package info (click to toggle)
pycsw 2.6.1%2Bdfsg-2
  • links: PTS, VCS
  • area: non-free
  • in suites: bookworm
  • size: 11,076 kB
  • sloc: xml: 38,300; python: 11,330; makefile: 179; sh: 3
file content (26 lines) | stat: -rw-r--r-- 491 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Description: Don't require exact versions.
Author: Bas Couwenberg <sebastic@debian.org>
Forwarded: not-needed

--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -1,12 +1,12 @@
 -r requirements.txt
 -r requirements-standalone.txt
 
-apipkg==1.4
-mock==2.0.0
-Paver==1.2.4
-pytest==3.0.3
-pytest-cov==2.4.0
-pytest-flake8==0.8.1
-pytest-timeout==1.2.0
+apipkg>=1.4
+mock>=2.0.0
+Paver>=1.2.4
+pytest>=3.0.3
+pytest-cov>=2.4.0
+pytest-flake8>=0.8.1
+pytest-timeout>=1.2.0
 sphinx
 twine