summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control23
1 files changed, 11 insertions, 12 deletions
diff --git a/debian/control b/debian/control
index bdc022b..9706a60 100644
--- a/debian/control
+++ b/debian/control
@@ -5,16 +5,15 @@ XSBC-Original-Maintainer: Debian Python Team <team+python@tracker.debian.org>
XSBC-Original-Uploaders: Vincent Bernat <bernat@debian.org>
Bugs: mailto:maintainers@lists.progress-linux.org
Section: python
-Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper-compat (= 13),
- dh-python,
- cython3,
+ dh-sequence-python3,
python3-all:any,
- python3-setuptools,
- python3-pytest,
- python3-ruamel.yaml.clib
-Standards-Version: 4.6.2
+ python3-pytest <!nocheck>,
+ python3-ruamel.yaml.clib,
+ python3-setuptools
+Testsuite: autopkgtest-pkg-pybuild
+Standards-Version: 4.7.0
Vcs-Browser: https://git.progress-linux.org/packages/graograman-backports/ruamel.yaml
Vcs-Git: https://git.progress-linux.org/packages/graograman-backports/ruamel.yaml
XSBC-Original-Vcs-Browser: https://salsa.debian.org/python-team/packages/ruamel.yaml
@@ -24,14 +23,14 @@ Rules-Requires-Root: no
Package: python3-ruamel.yaml
Architecture: all
-Depends: ${misc:Depends},
- ${python3:Depends},
- python3-ruamel.yaml.clib
+Depends: python3-ruamel.yaml.clib,
+ ${misc:Depends},
+ ${python3:Depends}
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
-Description: roundtrip YAML parser/emitter (Python 3 module)
+Description: Roundtrip YAML parser/emitter (Python 3 module)
ruamel.yaml is a YAML parser supporting roundtrip preservation of
comments, seq/map flow style and map key order. It is a derivative of
- Kirill Simonov's PyYAML 3.11 which supports YAML1.1.
+ Kirill Simonov's PyYAML which supports YAML 1.2.
.
This package contains the Python 3 module.