summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control27
1 files changed, 27 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..784b278
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,27 @@
+Source: pytest-helpers-namespace
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
+Uploaders:
+ Sean Whitton <spwhitton@spwhitton.name>,
+Build-Depends:
+ debhelper (>= 10),
+ dh-python,
+ python3-all,
+ python3-setuptools,
+Standards-Version: 4.0.0
+Homepage: https://github.com/saltstack/pytest-helpers-namespace
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pytest-helpers-namespace.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pytest-helpers-namespace.git
+X-Python3-Version: >= 3.3
+
+Package: python3-pytest-helpers-namespace
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
+Description: provides a namespace for pytest helpers
+ Permits registering pytest helpers in conftest.py, which allows them
+ to be used in a test without importing them.
+ .
+ This package contains the Python 3 module.