chiark / gitweb /
debian.org-tracker.debian.org: replace python-beautifulsoup by python-bs4
authorRaphaël Hertzog <hertzog@debian.org>
Sun, 24 Aug 2014 15:22:15 +0000 (17:22 +0200)
committerMartin Zobel-Helas <zobel@debian.org>
Sun, 24 Aug 2014 15:47:59 +0000 (15:47 +0000)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
debian/changelog
debian/control

index 7a4fee8928b2cffcfa22041541b07477d7ef9e43..d571299f60e6aa628ffb68e16abaed0150a986ec 100644 (file)
@@ -23,6 +23,7 @@ debian.org (55) UNRELEASED; urgency=low
     + dpkg-dev
     + python-ldap
     + bump version on python-django and python-requests
+    + replace python-beautifulsoup by python-bs4
 
  -- Peter Palfrader <weasel@debian.org>  Sat, 05 Jul 2014 15:22:45 +0200
 
index e7befd326b276e8929cb0cf2bd8c921b8e3dcb7a..32fa673f78c717ae233545bb2d98717574fab1b9 100644 (file)
@@ -567,7 +567,7 @@ Depends:
 # Runtime
        libapache2-mod-wsgi,
        python-apt,
-       python-beautifulsoup,
+       python-bs4,
        python-debian,
        python-django (>= 1.6),
        python-django-jsonfield,