[med-svn] [Git][med-team/python-xopen][master] 2 commits: Add missing Depends
Andreas Tille
gitlab at salsa.debian.org
Wed Feb 6 21:27:50 GMT 2019
Andreas Tille pushed to branch master at Debian Med / python-xopen
Commits:
2f83f641 by Andreas Tille at 2019-02-06T21:26:02Z
Add missing Depends
- - - - -
bd6b1c97 by Andreas Tille at 2019-02-06T21:26:57Z
Upload to unstable
- - - - -
2 changed files:
- debian/changelog
- debian/control
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+python-xopen (0.5.0-2) unstable; urgency=medium
+
+ * Add missing Depends
+ Closes: #921553
+
+ -- Andreas Tille <tille at debian.org> Wed, 06 Feb 2019 22:26:09 +0100
+
python-xopen (0.5.0-1) unstable; urgency=medium
* New upstream version
=====================================
debian/control
=====================================
@@ -26,7 +26,9 @@ Homepage: https://github.com/marcelm/xopen
Package: python-xopen
Architecture: all
Depends: ${python:Depends},
- ${misc:Depends}
+ ${misc:Depends},
+ python-pkg-resources,
+ python-bz2file
Provides: ${python:Provides}
Description: Python module to open compressed files transparently
This small Python module provides a xopen function that works like the
@@ -47,7 +49,8 @@ Description: Python module to open compressed files transparently
Package: python3-xopen
Architecture: all
Depends: ${python3:Depends},
- ${misc:Depends}
+ ${misc:Depends},
+ python3-pkg-resources
Description: Python3 module to open compressed files transparently
This small Python3 module provides a xopen function that works like the
built-in open function, but can also deal with compressed files.
View it on GitLab: https://salsa.debian.org/med-team/python-xopen/compare/63b50f27cb07166bce5a1a8a39e39fa9fce625c8...bd6b1c97938883c2bf2c36cc724bc9d7d35c65c8
--
View it on GitLab: https://salsa.debian.org/med-team/python-xopen/compare/63b50f27cb07166bce5a1a8a39e39fa9fce625c8...bd6b1c97938883c2bf2c36cc724bc9d7d35c65c8
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190206/c5993e12/attachment-0001.html>
More information about the debian-med-commit
mailing list