[SCM] mediagoblin/master: Let pybuild resolve Python module dependencies.

js at users.alioth.debian.org js at users.alioth.debian.org
Mon Aug 21 18:02:35 UTC 2017


The following commit has been merged in the master branch:
commit f7ed078e1647f4c55e5d91d696945ba5624a5ac7
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Aug 21 19:47:25 2017 +0200

    Let pybuild resolve Python module dependencies.

diff --git a/debian/control b/debian/control
index 4aa42f0..92494ef 100644
--- a/debian/control
+++ b/debian/control
@@ -62,35 +62,6 @@ Package: python3-mediagoblin
 Architecture: all
 Section: python
 Depends:
- python3-alembic,
- python3-babel,
- python3-bcrypt,
- python3-celery,
- python3-configobj,
- python3-dateutil,
- python3-itsdangerous,
- python3-jinja2,
- python3-jsonschema,
- python3-kombu,
- python3-markdown,
- python3-oauthlib,
- python3-pastedeploy,
- python3-pyld,
- python3-pytest,
- python3-pytest-xdist,
- python3-requests,
- python3-six,
- python3-sphinx,
- python3-sqlalchemy,
- python3-tz,
- python3-unidecode,
- python3-waitress,
- python3-webtest,
- python3-werkzeug,
- python3-wtforms,
- python3-exif,
- python3-lxml,
- python3-pil,
  ${misc:Depends},
  ${python3:Depends},
 Recommends:
diff --git a/debian/patches/2001_unhide_deps.patch b/debian/patches/2001_unhide_deps.patch
index f3f9c7a..79eb2fa 100644
--- a/debian/patches/2001_unhide_deps.patch
+++ b/debian/patches/2001_unhide_deps.patch
@@ -8,6 +8,15 @@ Last-Update: 2017-08-21
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 --- a/setup.py
 +++ b/setup.py
+@@ -52,7 +52,7 @@
+     'alembic>=0.7.5',
+     'python-dateutil',
+     'wtforms',
+-    'py-bcrypt',
++    'bcrypt',
+     'pytest>=2.3.1',
+     'pytest-xdist',
+     'werkzeug>=0.7',
 @@ -72,23 +72,16 @@
      'unidecode',
      'jsonschema',

-- 
mediagoblin packaging



More information about the pkg-multimedia-commits mailing list