[Python-modules-commits] [ruamel.yaml] 04/09: Don't require ruamel.base

Vincent Bernat bernat at moszumanska.debian.org
Wed Feb 17 10:09:55 UTC 2016


This is an automated email from the git hooks/post-receive script.

bernat pushed a commit to branch master
in repository ruamel.yaml.

commit 4b514f34f4432a9076d1a44eda27206af94f9777
Author: Vincent Bernat <vincent at bernat.im>
Date:   Sat Dec 5 17:19:06 2015 +0100

    Don't require ruamel.base
    
    This is a useless dependency. We never had it in Debian, so don't need
    to handle upgrade or conflicts for that.
---
 __init__.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/__init__.py b/__init__.py
index f9193ef..40b55a1 100644
--- a/__init__.py
+++ b/__init__.py
@@ -5,7 +5,9 @@ from __future__ import absolute_import
 
 # install_requires of ruamel.base is not really required but the old
 # ruamel.base installed __init__.py, and thus a new version should
-# be installed at some point
+# be installed at some point.
+#
+# Debian-specific: removed this requirement.
 
 _package_data = dict(
     full_package_name="ruamel.yaml",
@@ -15,7 +17,6 @@ _package_data = dict(
     description="ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order",  # NOQA
     entry_points=None,
     install_requires=dict(
-        any=["ruamel.base>=1.0.0"],
         py26=["ruamel.ordereddict"],
         py27=["ruamel.ordereddict"]
     ),

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/ruamel.yaml.git



More information about the Python-modules-commits mailing list